home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / robot software / webots-3.2.9_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-07-22  |  92.1 KB  |  1,116 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Webots
  4. AppVerName=Webots 3.2.9
  5. AppId=Webots
  6. AppVersion=3.2.9
  7. AppPublisher=Cyberbotics, Ltd.
  8. AppPublisherURL=http://www.cyberbotics.com/
  9. DefaultDirName={pf}\Webots
  10. DefaultGroupName=Cyberbotics
  11. UninstallDisplayIcon={app}\Webots.exe
  12. OutputBaseFilename=webots-3.2.9_setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. ChangesAssociations=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\webots.exe"; DestDir: "{app}"; 
  20. Source: "{app}\resources\webots.key"; DestDir: "{app}\resources"; 
  21. Source: "{app}\resources\images\ball_button.xpm"; DestDir: "{app}\resources\images"; 
  22. Source: "{app}\resources\images\can_button.xpm"; DestDir: "{app}\resources\images"; 
  23. Source: "{app}\resources\images\copy_button.xpm"; DestDir: "{app}\resources\images"; 
  24. Source: "{app}\resources\images\cursor.xpm"; DestDir: "{app}\resources\images"; 
  25. Source: "{app}\resources\images\cut_button.xpm"; DestDir: "{app}\resources\images"; 
  26. Source: "{app}\resources\images\delete_button.xpm"; DestDir: "{app}\resources\images"; 
  27. Source: "{app}\resources\images\export_button.xpm"; DestDir: "{app}\resources\images"; 
  28. Source: "{app}\resources\images\fast_button.xpm"; DestDir: "{app}\resources\images"; 
  29. Source: "{app}\resources\images\fast_button_on.xpm"; DestDir: "{app}\resources\images"; 
  30. Source: "{app}\resources\images\import_button.xpm"; DestDir: "{app}\resources\images"; 
  31. Source: "{app}\resources\images\insert_after_button.xpm"; DestDir: "{app}\resources\images"; 
  32. Source: "{app}\resources\images\lamp_button.xpm"; DestDir: "{app}\resources\images"; 
  33. Source: "{app}\resources\images\lift_obj_cursor.xpm"; DestDir: "{app}\resources\images"; 
  34. Source: "{app}\resources\images\message.xpm"; DestDir: "{app}\resources\images"; 
  35. Source: "{app}\resources\images\new_button.xpm"; DestDir: "{app}\resources\images"; 
  36. Source: "{app}\resources\images\new_node_button.xpm"; DestDir: "{app}\resources\images"; 
  37. Source: "{app}\resources\images\open_button.xpm"; DestDir: "{app}\resources\images"; 
  38. Source: "{app}\resources\images\paste_after_button.xpm"; DestDir: "{app}\resources\images"; 
  39. Source: "{app}\resources\images\paste_button.xpm"; DestDir: "{app}\resources\images"; 
  40. Source: "{app}\resources\images\record_button.xpm"; DestDir: "{app}\resources\images"; 
  41. Source: "{app}\resources\images\record_button_on.xpm"; DestDir: "{app}\resources\images"; 
  42. Source: "{app}\resources\images\rec_button_off.xpm"; DestDir: "{app}\resources\images"; 
  43. Source: "{app}\resources\images\reset_to_default_button.xpm"; DestDir: "{app}\resources\images"; 
  44. Source: "{app}\resources\images\revert_button.xpm"; DestDir: "{app}\resources\images"; 
  45. Source: "{app}\resources\images\robot_button.xpm"; DestDir: "{app}\resources\images"; 
  46. Source: "{app}\resources\images\rotate_cursor.xpm"; DestDir: "{app}\resources\images"; 
  47. Source: "{app}\resources\images\rotate_obj_cursor.xpm"; DestDir: "{app}\resources\images"; 
  48. Source: "{app}\resources\images\run_button.xpm"; DestDir: "{app}\resources\images"; 
  49. Source: "{app}\resources\images\run_button_on.xpm"; DestDir: "{app}\resources\images"; 
  50. Source: "{app}\resources\images\save_button.xpm"; DestDir: "{app}\resources\images"; 
  51. Source: "{app}\resources\images\select_obj_cursor.xpm"; DestDir: "{app}\resources\images"; 
  52. Source: "{app}\resources\images\step_button.xpm"; DestDir: "{app}\resources\images"; 
  53. Source: "{app}\resources\images\step_button_on.xpm"; DestDir: "{app}\resources\images"; 
  54. Source: "{app}\resources\images\stop_button.xpm"; DestDir: "{app}\resources\images"; 
  55. Source: "{app}\resources\images\stop_button_on.xpm"; DestDir: "{app}\resources\images"; 
  56. Source: "{app}\resources\images\transform_button.xpm"; DestDir: "{app}\resources\images"; 
  57. Source: "{app}\resources\images\translate_cursor.xpm"; DestDir: "{app}\resources\images"; 
  58. Source: "{app}\resources\images\translate_obj_cursor.xpm"; DestDir: "{app}\resources\images"; 
  59. Source: "{app}\resources\images\wall_button.xpm"; DestDir: "{app}\resources\images"; 
  60. Source: "{app}\resources\images\warning.xpm"; DestDir: "{app}\resources\images"; 
  61. Source: "{app}\resources\images\webots.xpm"; DestDir: "{app}\resources\images"; 
  62. Source: "{app}\resources\images\zoom_tilt_cursor.xpm"; DestDir: "{app}\resources\images"; 
  63. Source: "{app}\resources\images\logo_webots.png"; DestDir: "{app}\resources\images"; 
  64. Source: "{app}\resources\nodes\Animation.wrl"; DestDir: "{app}\resources\nodes"; 
  65. Source: "{app}\resources\nodes\Appearance.wrl"; DestDir: "{app}\resources\nodes"; 
  66. Source: "{app}\resources\nodes\Background.wrl"; DestDir: "{app}\resources\nodes"; 
  67. Source: "{app}\resources\nodes\Box.wrl"; DestDir: "{app}\resources\nodes"; 
  68. Source: "{app}\resources\nodes\Camera.wrl"; DestDir: "{app}\resources\nodes"; 
  69. Source: "{app}\resources\nodes\Charger.wrl"; DestDir: "{app}\resources\nodes"; 
  70. Source: "{app}\resources\nodes\Color.wrl"; DestDir: "{app}\resources\nodes"; 
  71. Source: "{app}\resources\nodes\Cone.wrl"; DestDir: "{app}\resources\nodes"; 
  72. Source: "{app}\resources\nodes\Coordinate.wrl"; DestDir: "{app}\resources\nodes"; 
  73. Source: "{app}\resources\nodes\CustomRobot.wrl"; DestDir: "{app}\resources\nodes"; 
  74. Source: "{app}\resources\nodes\Cylinder.wrl"; DestDir: "{app}\resources\nodes"; 
  75. Source: "{app}\resources\nodes\DifferentialWheels.wrl"; DestDir: "{app}\resources\nodes"; 
  76. Source: "{app}\resources\nodes\DifferentialWheels.wrl~"; DestDir: "{app}\resources\nodes"; 
  77. Source: "{app}\resources\nodes\DirectionalLight.wrl"; DestDir: "{app}\resources\nodes"; 
  78. Source: "{app}\resources\nodes\DistanceSensor.wrl"; DestDir: "{app}\resources\nodes"; 
  79. Source: "{app}\resources\nodes\ElevationGrid.wrl"; DestDir: "{app}\resources\nodes"; 
  80. Source: "{app}\resources\nodes\Emitter.wrl"; DestDir: "{app}\resources\nodes"; 
  81. Source: "{app}\resources\nodes\Extrusion.wrl"; DestDir: "{app}\resources\nodes"; 
  82. Source: "{app}\resources\nodes\Fog.wrl"; DestDir: "{app}\resources\nodes"; 
  83. Source: "{app}\resources\nodes\Gripper.wrl"; DestDir: "{app}\resources\nodes"; 
  84. Source: "{app}\resources\nodes\Group.wrl"; DestDir: "{app}\resources\nodes"; 
  85. Source: "{app}\resources\nodes\HyperGate.wrl"; DestDir: "{app}\resources\nodes"; 
  86. Source: "{app}\resources\nodes\ImageTexture.wrl"; DestDir: "{app}\resources\nodes"; 
  87. Source: "{app}\resources\nodes\IndexedFaceSet.wrl"; DestDir: "{app}\resources\nodes"; 
  88. Source: "{app}\resources\nodes\IndexedLineSet.wrl"; DestDir: "{app}\resources\nodes"; 
  89. Source: "{app}\resources\nodes\Joint.wrl"; DestDir: "{app}\resources\nodes"; 
  90. Source: "{app}\resources\nodes\LightSensor.wrl"; DestDir: "{app}\resources\nodes"; 
  91. Source: "{app}\resources\nodes\Material.wrl"; DestDir: "{app}\resources\nodes"; 
  92. Source: "{app}\resources\nodes\Physics.wrl"; DestDir: "{app}\resources\nodes"; 
  93. Source: "{app}\resources\nodes\PointLight.wrl"; DestDir: "{app}\resources\nodes"; 
  94. Source: "{app}\resources\nodes\Receiver.wrl"; DestDir: "{app}\resources\nodes"; 
  95. Source: "{app}\resources\nodes\Robot.wrl"; DestDir: "{app}\resources\nodes"; 
  96. Source: "{app}\resources\nodes\Servo.wrl"; DestDir: "{app}\resources\nodes"; 
  97. Source: "{app}\resources\nodes\Servo.wrl~"; DestDir: "{app}\resources\nodes"; 
  98. Source: "{app}\resources\nodes\Shape.wrl"; DestDir: "{app}\resources\nodes"; 
  99. Source: "{app}\resources\nodes\Solid.wrl"; DestDir: "{app}\resources\nodes"; 
  100. Source: "{app}\resources\nodes\Sphere.wrl"; DestDir: "{app}\resources\nodes"; 
  101. Source: "{app}\resources\nodes\Supervisor.wrl"; DestDir: "{app}\resources\nodes"; 
  102. Source: "{app}\resources\nodes\Switch.wrl"; DestDir: "{app}\resources\nodes"; 
  103. Source: "{app}\resources\nodes\TextureCoordinate.wrl"; DestDir: "{app}\resources\nodes"; 
  104. Source: "{app}\resources\nodes\TextureTransform.wrl"; DestDir: "{app}\resources\nodes"; 
  105. Source: "{app}\resources\nodes\TouchSensor.wrl"; DestDir: "{app}\resources\nodes"; 
  106. Source: "{app}\resources\nodes\Transform.wrl"; DestDir: "{app}\resources\nodes"; 
  107. Source: "{app}\resources\nodes\Viewpoint.wrl"; DestDir: "{app}\resources\nodes"; 
  108. Source: "{app}\resources\nodes\WorldInfo.wrl"; DestDir: "{app}\resources\nodes"; 
  109. Source: "{app}\resources\java.policy"; DestDir: "{app}\resources"; 
  110. Source: "{app}\doc\index.html"; DestDir: "{app}\doc"; 
  111. Source: "{app}\doc\ChangeLog.html"; DestDir: "{app}\doc"; 
  112. Source: "{app}\doc\GNU.html"; DestDir: "{app}\doc"; 
  113. Source: "{app}\doc\KnownBugs.html"; DestDir: "{app}\doc"; 
  114. Source: "{app}\doc\License.html"; DestDir: "{app}\doc"; 
  115. Source: "{app}\doc\Linux.html"; DestDir: "{app}\doc"; 
  116. Source: "{app}\doc\Readme.html"; DestDir: "{app}\doc"; 
  117. Source: "{app}\doc\Windows.html"; DestDir: "{app}\doc"; 
  118. Source: "{app}\doc\guide\guide.pdf"; DestDir: "{app}\doc\guide"; 
  119. Source: "{app}\doc\guide\chapter1.html"; DestDir: "{app}\doc\guide"; 
  120. Source: "{app}\doc\guide\chapter2.html"; DestDir: "{app}\doc\guide"; 
  121. Source: "{app}\doc\guide\chapter3.html"; DestDir: "{app}\doc\guide"; 
  122. Source: "{app}\doc\guide\chapter4.html"; DestDir: "{app}\doc\guide"; 
  123. Source: "{app}\doc\guide\chapter5.html"; DestDir: "{app}\doc\guide"; 
  124. Source: "{app}\doc\guide\chapter6.html"; DestDir: "{app}\doc\guide"; 
  125. Source: "{app}\doc\guide\chapter7.html"; DestDir: "{app}\doc\guide"; 
  126. Source: "{app}\doc\guide\guide.html"; DestDir: "{app}\doc\guide"; 
  127. Source: "{app}\doc\guide\preface1.html"; DestDir: "{app}\doc\guide"; 
  128. Source: "{app}\doc\guide\preface2.html"; DestDir: "{app}\doc\guide"; 
  129. Source: "{app}\doc\guide\section1.1.html"; DestDir: "{app}\doc\guide"; 
  130. Source: "{app}\doc\guide\section1.2.html"; DestDir: "{app}\doc\guide"; 
  131. Source: "{app}\doc\guide\section1.3.html"; DestDir: "{app}\doc\guide"; 
  132. Source: "{app}\doc\guide\section2.1.html"; DestDir: "{app}\doc\guide"; 
  133. Source: "{app}\doc\guide\section2.2.html"; DestDir: "{app}\doc\guide"; 
  134. Source: "{app}\doc\guide\section3.1.html"; DestDir: "{app}\doc\guide"; 
  135. Source: "{app}\doc\guide\section3.2.html"; DestDir: "{app}\doc\guide"; 
  136. Source: "{app}\doc\guide\section3.3.html"; DestDir: "{app}\doc\guide"; 
  137. Source: "{app}\doc\guide\section4.1.html"; DestDir: "{app}\doc\guide"; 
  138. Source: "{app}\doc\guide\section4.2.html"; DestDir: "{app}\doc\guide"; 
  139. Source: "{app}\doc\guide\section4.3.html"; DestDir: "{app}\doc\guide"; 
  140. Source: "{app}\doc\guide\section5.1.html"; DestDir: "{app}\doc\guide"; 
  141. Source: "{app}\doc\guide\section5.2.html"; DestDir: "{app}\doc\guide"; 
  142. Source: "{app}\doc\guide\section5.3.html"; DestDir: "{app}\doc\guide"; 
  143. Source: "{app}\doc\guide\section5.4.html"; DestDir: "{app}\doc\guide"; 
  144. Source: "{app}\doc\guide\section5.5.html"; DestDir: "{app}\doc\guide"; 
  145. Source: "{app}\doc\guide\section5.6.html"; DestDir: "{app}\doc\guide"; 
  146. Source: "{app}\doc\guide\section6.1.html"; DestDir: "{app}\doc\guide"; 
  147. Source: "{app}\doc\guide\section6.2.html"; DestDir: "{app}\doc\guide"; 
  148. Source: "{app}\doc\guide\section6.3.html"; DestDir: "{app}\doc\guide"; 
  149. Source: "{app}\doc\guide\section6.4.html"; DestDir: "{app}\doc\guide"; 
  150. Source: "{app}\doc\guide\section6.5.html"; DestDir: "{app}\doc\guide"; 
  151. Source: "{app}\doc\guide\section6.6.html"; DestDir: "{app}\doc\guide"; 
  152. Source: "{app}\doc\guide\section6.7.html"; DestDir: "{app}\doc\guide"; 
  153. Source: "{app}\doc\guide\section7.1.html"; DestDir: "{app}\doc\guide"; 
  154. Source: "{app}\doc\guide\section7.2.html"; DestDir: "{app}\doc\guide"; 
  155. Source: "{app}\doc\guide\section7.3.html"; DestDir: "{app}\doc\guide"; 
  156. Source: "{app}\doc\guide\section7.4.html"; DestDir: "{app}\doc\guide"; 
  157. Source: "{app}\doc\guide\section7.5.html"; DestDir: "{app}\doc\guide"; 
  158. Source: "{app}\doc\guide\png\1234web.png"; DestDir: "{app}\doc\guide\png"; 
  159. Source: "{app}\doc\guide\png\alice.png"; DestDir: "{app}\doc\guide\png"; 
  160. Source: "{app}\doc\guide\png\alife_empty_charger.png"; DestDir: "{app}\doc\guide\png"; 
  161. Source: "{app}\doc\guide\png\alife_full_charger.png"; DestDir: "{app}\doc\guide\png"; 
  162. Source: "{app}\doc\guide\png\alife_prize.png"; DestDir: "{app}\doc\guide\png"; 
  163. Source: "{app}\doc\guide\png\alife_world.png"; DestDir: "{app}\doc\guide\png"; 
  164. Source: "{app}\doc\guide\png\bounding1.png"; DestDir: "{app}\doc\guide\png"; 
  165. Source: "{app}\doc\guide\png\copy-button.png"; DestDir: "{app}\doc\guide\png"; 
  166. Source: "{app}\doc\guide\png\cut-button.png"; DestDir: "{app}\doc\guide\png"; 
  167. Source: "{app}\doc\guide\png\default_value.png"; DestDir: "{app}\doc\guide\png"; 
  168. Source: "{app}\doc\guide\png\default_world.png"; DestDir: "{app}\doc\guide\png"; 
  169. Source: "{app}\doc\guide\png\delete-button.png"; DestDir: "{app}\doc\guide\png"; 
  170. Source: "{app}\doc\guide\png\export_node.png"; DestDir: "{app}\doc\guide\png"; 
  171. Source: "{app}\doc\guide\png\fast-button.png"; DestDir: "{app}\doc\guide\png"; 
  172. Source: "{app}\doc\guide\png\import_node.png"; DestDir: "{app}\doc\guide\png"; 
  173. Source: "{app}\doc\guide\png\insert_after.png"; DestDir: "{app}\doc\guide\png"; 
  174. Source: "{app}\doc\guide\png\insert_node.png"; DestDir: "{app}\doc\guide\png"; 
  175. Source: "{app}\doc\guide\png\khepera_controls.png"; DestDir: "{app}\doc\guide\png"; 
  176. Source: "{app}\doc\guide\png\khepera_gripper.png"; DestDir: "{app}\doc\guide\png"; 
  177. Source: "{app}\doc\guide\png\khepera_k213_controls.png"; DestDir: "{app}\doc\guide\png"; 
  178. Source: "{app}\doc\guide\png\khepera_stw.png"; DestDir: "{app}\doc\guide\png"; 
  179. Source: "{app}\doc\guide\png\khepera_world.png"; DestDir: "{app}\doc\guide\png"; 
  180. Source: "{app}\doc\guide\png\kiki-camera.png"; DestDir: "{app}\doc\guide\png"; 
  181. Source: "{app}\doc\guide\png\kiki-kiki2.png"; DestDir: "{app}\doc\guide\png"; 
  182. Source: "{app}\doc\guide\png\kiki-other1.png"; DestDir: "{app}\doc\guide\png"; 
  183. Source: "{app}\doc\guide\png\kiki-robot1.png"; DestDir: "{app}\doc\guide\png"; 
  184. Source: "{app}\doc\guide\png\kiki-sensors1.png"; DestDir: "{app}\doc\guide\png"; 
  185. Source: "{app}\doc\guide\png\kiki-sensors2.png"; DestDir: "{app}\doc\guide\png"; 
  186. Source: "{app}\doc\guide\png\kiki-texture1.png"; DestDir: "{app}\doc\guide\png"; 
  187. Source: "{app}\doc\guide\png\kiki-wall1.png"; DestDir: "{app}\doc\guide\png"; 
  188. Source: "{app}\doc\guide\png\kiki-wall2.png"; DestDir: "{app}\doc\guide\png"; 
  189. Source: "{app}\doc\guide\png\kiki-wheel1.png"; DestDir: "{app}\doc\guide\png"; 
  190. Source: "{app}\doc\guide\png\kiki-wheel2.png"; DestDir: "{app}\doc\guide\png"; 
  191. Source: "{app}\doc\guide\png\koala.png"; DestDir: "{app}\doc\guide\png"; 
  192. Source: "{app}\doc\guide\png\new-button.png"; DestDir: "{app}\doc\guide\png"; 
  193. Source: "{app}\doc\guide\png\next.png"; DestDir: "{app}\doc\guide\png"; 
  194. Source: "{app}\doc\guide\png\open-button.png"; DestDir: "{app}\doc\guide\png"; 
  195. Source: "{app}\doc\guide\png\paste-button.png"; DestDir: "{app}\doc\guide\png"; 
  196. Source: "{app}\doc\guide\png\pioneer2-other.png"; DestDir: "{app}\doc\guide\png"; 
  197. Source: "{app}\doc\guide\png\pioneer2-parts.png"; DestDir: "{app}\doc\guide\png"; 
  198. Source: "{app}\doc\guide\png\pioneer2-walls.png"; DestDir: "{app}\doc\guide\png"; 
  199. Source: "{app}\doc\guide\png\previous.png"; DestDir: "{app}\doc\guide\png"; 
  200. Source: "{app}\doc\guide\png\registration.png"; DestDir: "{app}\doc\guide\png"; 
  201. Source: "{app}\doc\guide\png\revert-button.png"; DestDir: "{app}\doc\guide\png"; 
  202. Source: "{app}\doc\guide\png\run-button.png"; DestDir: "{app}\doc\guide\png"; 
  203. Source: "{app}\doc\guide\png\s.png"; DestDir: "{app}\doc\guide\png"; 
  204. Source: "{app}\doc\guide\png\save-button.png"; DestDir: "{app}\doc\guide\png"; 
  205. Source: "{app}\doc\guide\png\scene_tree1.png"; DestDir: "{app}\doc\guide\png"; 
  206. Source: "{app}\doc\guide\png\speed.png"; DestDir: "{app}\doc\guide\png"; 
  207. Source: "{app}\doc\guide\png\step.png"; DestDir: "{app}\doc\guide\png"; 
  208. Source: "{app}\doc\guide\png\stop-button.png"; DestDir: "{app}\doc\guide\png"; 
  209. Source: "{app}\doc\guide\png\transform-button.png"; DestDir: "{app}\doc\guide\png"; 
  210. Source: "{app}\doc\guide\png\up.png"; DestDir: "{app}\doc\guide\png"; 
  211. Source: "{app}\doc\guide\pdf\charger.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  212. Source: "{app}\doc\guide\pdf\hypergate.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  213. Source: "{app}\doc\guide\pdf\infrared.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  214. Source: "{app}\doc\guide\pdf\Khepera2Top.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  215. Source: "{app}\doc\guide\pdf\kiki-dimension.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  216. Source: "{app}\doc\guide\pdf\kiki-lookuptable.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  217. Source: "{app}\doc\guide\pdf\kiki-world.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  218. Source: "{app}\doc\guide\pdf\kiki.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  219. Source: "{app}\doc\guide\pdf\pioneer2-body.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  220. Source: "{app}\doc\guide\pdf\pioneer2-position.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  221. Source: "{app}\doc\guide\pdf\pioneer2-rear.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  222. Source: "{app}\doc\guide\pdf\pioneer2-sonars.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  223. Source: "{app}\doc\guide\pdf\pioneer2-supports.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  224. Source: "{app}\doc\guide\pdf\pioneer2-top-plate.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  225. Source: "{app}\doc\guide\pdf\pioneer2-wheels.pdf.png"; DestDir: "{app}\doc\guide\pdf"; 
  226. Source: "{app}\doc\guide\pdf\charger.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  227. Source: "{app}\doc\guide\pdf\hypergate.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  228. Source: "{app}\doc\guide\pdf\infrared.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  229. Source: "{app}\doc\guide\pdf\Khepera2Top.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  230. Source: "{app}\doc\guide\pdf\kiki-dimension.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  231. Source: "{app}\doc\guide\pdf\kiki-lookuptable.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  232. Source: "{app}\doc\guide\pdf\kiki-world.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  233. Source: "{app}\doc\guide\pdf\kiki.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  234. Source: "{app}\doc\guide\pdf\pioneer2-body.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  235. Source: "{app}\doc\guide\pdf\pioneer2-position.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  236. Source: "{app}\doc\guide\pdf\pioneer2-rear.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  237. Source: "{app}\doc\guide\pdf\pioneer2-sonars.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  238. Source: "{app}\doc\guide\pdf\pioneer2-supports.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  239. Source: "{app}\doc\guide\pdf\pioneer2-top-plate.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  240. Source: "{app}\doc\guide\pdf\pioneer2-wheels.pdf"; DestDir: "{app}\doc\guide\pdf"; 
  241. Source: "{app}\doc\reference\reference.pdf"; DestDir: "{app}\doc\reference"; 
  242. Source: "{app}\doc\reference\chapter1.html"; DestDir: "{app}\doc\reference"; 
  243. Source: "{app}\doc\reference\chapter2.html"; DestDir: "{app}\doc\reference"; 
  244. Source: "{app}\doc\reference\chapter3.html"; DestDir: "{app}\doc\reference"; 
  245. Source: "{app}\doc\reference\preface1.html"; DestDir: "{app}\doc\reference"; 
  246. Source: "{app}\doc\reference\reference.html"; DestDir: "{app}\doc\reference"; 
  247. Source: "{app}\doc\reference\section2.1.html"; DestDir: "{app}\doc\reference"; 
  248. Source: "{app}\doc\reference\section2.10.html"; DestDir: "{app}\doc\reference"; 
  249. Source: "{app}\doc\reference\section2.11.html"; DestDir: "{app}\doc\reference"; 
  250. Source: "{app}\doc\reference\section2.12.html"; DestDir: "{app}\doc\reference"; 
  251. Source: "{app}\doc\reference\section2.2.html"; DestDir: "{app}\doc\reference"; 
  252. Source: "{app}\doc\reference\section2.3.html"; DestDir: "{app}\doc\reference"; 
  253. Source: "{app}\doc\reference\section2.4.html"; DestDir: "{app}\doc\reference"; 
  254. Source: "{app}\doc\reference\section2.5.html"; DestDir: "{app}\doc\reference"; 
  255. Source: "{app}\doc\reference\section2.6.html"; DestDir: "{app}\doc\reference"; 
  256. Source: "{app}\doc\reference\section2.7.html"; DestDir: "{app}\doc\reference"; 
  257. Source: "{app}\doc\reference\section2.8.html"; DestDir: "{app}\doc\reference"; 
  258. Source: "{app}\doc\reference\section2.9.html"; DestDir: "{app}\doc\reference"; 
  259. Source: "{app}\doc\reference\section3.1.html"; DestDir: "{app}\doc\reference"; 
  260. Source: "{app}\doc\reference\section3.2.html"; DestDir: "{app}\doc\reference"; 
  261. Source: "{app}\doc\reference\section3.3.html"; DestDir: "{app}\doc\reference"; 
  262. Source: "{app}\doc\reference\png\1234web.png"; DestDir: "{app}\doc\reference\png"; 
  263. Source: "{app}\doc\reference\png\next.png"; DestDir: "{app}\doc\reference\png"; 
  264. Source: "{app}\doc\reference\png\previous.png"; DestDir: "{app}\doc\reference\png"; 
  265. Source: "{app}\doc\reference\png\s.png"; DestDir: "{app}\doc\reference\png"; 
  266. Source: "{app}\doc\reference\png\up.png"; DestDir: "{app}\doc\reference\png"; 
  267. Source: "{app}\include\error_log.h"; DestDir: "{app}\include"; 
  268. Source: "{app}\include\glib_debug.h"; DestDir: "{app}\include"; 
  269. Source: "{app}\include\message.h"; DestDir: "{app}\include"; 
  270. Source: "{app}\include\robot_types.h"; DestDir: "{app}\include"; 
  271. Source: "{app}\include\viewpoint.h"; DestDir: "{app}\include"; 
  272. Source: "{app}\include\device\camera.h"; DestDir: "{app}\include\device"; 
  273. Source: "{app}\include\device\custom_robot.h"; DestDir: "{app}\include\device"; 
  274. Source: "{app}\include\device\differential_wheels.h"; DestDir: "{app}\include\device"; 
  275. Source: "{app}\include\device\distance_sensor.h"; DestDir: "{app}\include\device"; 
  276. Source: "{app}\include\device\emitter.h"; DestDir: "{app}\include\device"; 
  277. Source: "{app}\include\device\gripper.h"; DestDir: "{app}\include\device"; 
  278. Source: "{app}\include\device\light_sensor.h"; DestDir: "{app}\include\device"; 
  279. Source: "{app}\include\device\receiver.h"; DestDir: "{app}\include\device"; 
  280. Source: "{app}\include\device\robot.h"; DestDir: "{app}\include\device"; 
  281. Source: "{app}\include\device\servo.h"; DestDir: "{app}\include\device"; 
  282. Source: "{app}\include\device\supervisor.h"; DestDir: "{app}\include\device"; 
  283. Source: "{app}\include\device\touch_sensor.h"; DestDir: "{app}\include\device"; 
  284. Source: "{app}\include\transfer\khepera.h"; DestDir: "{app}\include\transfer"; 
  285. Source: "{app}\include\transfer\rcx.h"; DestDir: "{app}\include\transfer"; 
  286. Source: "{app}\windows\COPYING.LIB-2"; DestDir: "{app}\windows"; 
  287. Source: "{app}\windows\bin\glib-genmarshal.exe"; DestDir: "{app}\windows\bin"; 
  288. Source: "{app}\windows\bin\glib-gettextize"; DestDir: "{app}\windows\bin"; 
  289. Source: "{app}\windows\bin\glib-mkenums"; DestDir: "{app}\windows\bin"; 
  290. Source: "{app}\windows\bin\gobject-query.exe"; DestDir: "{app}\windows\bin"; 
  291. Source: "{app}\windows\bin\gspawn-win32-helper.exe"; DestDir: "{app}\windows\bin"; 
  292. Source: "{app}\windows\bin\iconv.exe"; DestDir: "{app}\windows\bin"; 
  293. Source: "{app}\windows\bin\pango-querymodules.exe"; DestDir: "{app}\windows\bin"; 
  294. Source: "{app}\windows\bin\pkg-config.exe"; DestDir: "{app}\windows\bin"; 
  295. Source: "{app}\windows\etc\gtk-2.0\gtk.immodules"; DestDir: "{app}\windows\etc\gtk-2.0"; 
  296. Source: "{app}\windows\etc\pango\pango.modules"; DestDir: "{app}\windows\etc\pango"; 
  297. Source: "{app}\windows\include\begin_code.h"; DestDir: "{app}\windows\include"; 
  298. Source: "{app}\windows\include\close_code.h"; DestDir: "{app}\windows\include"; 
  299. Source: "{app}\windows\include\iconv.h"; DestDir: "{app}\windows\include"; 
  300. Source: "{app}\windows\include\jconfig.h"; DestDir: "{app}\windows\include"; 
  301. Source: "{app}\windows\include\jerror.h"; DestDir: "{app}\windows\include"; 
  302. Source: "{app}\windows\include\jmorecfg.h"; DestDir: "{app}\windows\include"; 
  303. Source: "{app}\windows\include\jpeglib.h"; DestDir: "{app}\windows\include"; 
  304. Source: "{app}\windows\include\libintl.h"; DestDir: "{app}\windows\include"; 
  305. Source: "{app}\windows\include\mmreg.h"; DestDir: "{app}\windows\include"; 
  306. Source: "{app}\windows\include\msacm.h"; DestDir: "{app}\windows\include"; 
  307. Source: "{app}\windows\include\png.h"; DestDir: "{app}\windows\include"; 
  308. Source: "{app}\windows\include\pngconf.h"; DestDir: "{app}\windows\include"; 
  309. Source: "{app}\windows\include\tiff.h"; DestDir: "{app}\windows\include"; 
  310. Source: "{app}\windows\include\tiffio.h"; DestDir: "{app}\windows\include"; 
  311. Source: "{app}\windows\include\tiffvers.h"; DestDir: "{app}\windows\include"; 
  312. Source: "{app}\windows\include\vfw.h"; DestDir: "{app}\windows\include"; 
  313. Source: "{app}\windows\include\zconf.h"; DestDir: "{app}\windows\include"; 
  314. Source: "{app}\windows\include\zlib.h"; DestDir: "{app}\windows\include"; 
  315. Source: "{app}\windows\include\SDL\SDL.h"; DestDir: "{app}\windows\include\SDL"; 
  316. Source: "{app}\windows\include\SDL\SDL_active.h"; DestDir: "{app}\windows\include\SDL"; 
  317. Source: "{app}\windows\include\SDL\SDL_audio.h"; DestDir: "{app}\windows\include\SDL"; 
  318. Source: "{app}\windows\include\SDL\SDL_byteorder.h"; DestDir: "{app}\windows\include\SDL"; 
  319. Source: "{app}\windows\include\SDL\SDL_cdrom.h"; DestDir: "{app}\windows\include\SDL"; 
  320. Source: "{app}\windows\include\SDL\SDL_copying.h"; DestDir: "{app}\windows\include\SDL"; 
  321. Source: "{app}\windows\include\SDL\SDL_endian.h"; DestDir: "{app}\windows\include\SDL"; 
  322. Source: "{app}\windows\include\SDL\SDL_error.h"; DestDir: "{app}\windows\include\SDL"; 
  323. Source: "{app}\windows\include\SDL\SDL_events.h"; DestDir: "{app}\windows\include\SDL"; 
  324. Source: "{app}\windows\include\SDL\SDL_getenv.h"; DestDir: "{app}\windows\include\SDL"; 
  325. Source: "{app}\windows\include\SDL\SDL_image.h"; DestDir: "{app}\windows\include\SDL"; 
  326. Source: "{app}\windows\include\SDL\SDL_joystick.h"; DestDir: "{app}\windows\include\SDL"; 
  327. Source: "{app}\windows\include\SDL\SDL_keyboard.h"; DestDir: "{app}\windows\include\SDL"; 
  328. Source: "{app}\windows\include\SDL\SDL_keysym.h"; DestDir: "{app}\windows\include\SDL"; 
  329. Source: "{app}\windows\include\SDL\SDL_main.h"; DestDir: "{app}\windows\include\SDL"; 
  330. Source: "{app}\windows\include\SDL\SDL_mixer.h"; DestDir: "{app}\windows\include\SDL"; 
  331. Source: "{app}\windows\include\SDL\SDL_mouse.h"; DestDir: "{app}\windows\include\SDL"; 
  332. Source: "{app}\windows\include\SDL\SDL_mutex.h"; DestDir: "{app}\windows\include\SDL"; 
  333. Source: "{app}\windows\include\SDL\SDL_net.h"; DestDir: "{app}\windows\include\SDL"; 
  334. Source: "{app}\windows\include\SDL\SDL_quit.h"; DestDir: "{app}\windows\include\SDL"; 
  335. Source: "{app}\windows\include\SDL\SDL_rwops.h"; DestDir: "{app}\windows\include\SDL"; 
  336. Source: "{app}\windows\include\SDL\SDL_syswm.h"; DestDir: "{app}\windows\include\SDL"; 
  337. Source: "{app}\windows\include\SDL\SDL_thread.h"; DestDir: "{app}\windows\include\SDL"; 
  338. Source: "{app}\windows\include\SDL\SDL_timer.h"; DestDir: "{app}\windows\include\SDL"; 
  339. Source: "{app}\windows\include\SDL\SDL_types.h"; DestDir: "{app}\windows\include\SDL"; 
  340. Source: "{app}\windows\include\SDL\SDL_version.h"; DestDir: "{app}\windows\include\SDL"; 
  341. Source: "{app}\windows\include\SDL\SDL_video.h"; DestDir: "{app}\windows\include\SDL"; 
  342. Source: "{app}\windows\include\SOLID\solid.h"; DestDir: "{app}\windows\include\SOLID"; 
  343. Source: "{app}\windows\include\atk-1.0\atk\atk-enum-types.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  344. Source: "{app}\windows\include\atk-1.0\atk\atk.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  345. Source: "{app}\windows\include\atk-1.0\atk\atkaction.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  346. Source: "{app}\windows\include\atk-1.0\atk\atkcomponent.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  347. Source: "{app}\windows\include\atk-1.0\atk\atkdocument.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  348. Source: "{app}\windows\include\atk-1.0\atk\atkeditabletext.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  349. Source: "{app}\windows\include\atk-1.0\atk\atkgobjectaccessible.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  350. Source: "{app}\windows\include\atk-1.0\atk\atkhyperlink.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  351. Source: "{app}\windows\include\atk-1.0\atk\atkhypertext.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  352. Source: "{app}\windows\include\atk-1.0\atk\atkimage.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  353. Source: "{app}\windows\include\atk-1.0\atk\atknoopobject.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  354. Source: "{app}\windows\include\atk-1.0\atk\atknoopobjectfactory.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  355. Source: "{app}\windows\include\atk-1.0\atk\atkobject.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  356. Source: "{app}\windows\include\atk-1.0\atk\atkobjectfactory.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  357. Source: "{app}\windows\include\atk-1.0\atk\atkregistry.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  358. Source: "{app}\windows\include\atk-1.0\atk\atkrelation.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  359. Source: "{app}\windows\include\atk-1.0\atk\atkrelationset.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  360. Source: "{app}\windows\include\atk-1.0\atk\atkselection.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  361. Source: "{app}\windows\include\atk-1.0\atk\atkstate.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  362. Source: "{app}\windows\include\atk-1.0\atk\atkstateset.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  363. Source: "{app}\windows\include\atk-1.0\atk\atkstreamablecontent.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  364. Source: "{app}\windows\include\atk-1.0\atk\atktable.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  365. Source: "{app}\windows\include\atk-1.0\atk\atktext.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  366. Source: "{app}\windows\include\atk-1.0\atk\atkutil.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  367. Source: "{app}\windows\include\atk-1.0\atk\atkvalue.h"; DestDir: "{app}\windows\include\atk-1.0\atk"; 
  368. Source: "{app}\windows\include\glib-2.0\glib-object.h"; DestDir: "{app}\windows\include\glib-2.0"; 
  369. Source: "{app}\windows\include\glib-2.0\glib.h"; DestDir: "{app}\windows\include\glib-2.0"; 
  370. Source: "{app}\windows\include\glib-2.0\gmodule.h"; DestDir: "{app}\windows\include\glib-2.0"; 
  371. Source: "{app}\windows\include\glib-2.0\glib\galloca.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  372. Source: "{app}\windows\include\glib-2.0\glib\garray.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  373. Source: "{app}\windows\include\glib-2.0\glib\gasyncqueue.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  374. Source: "{app}\windows\include\glib-2.0\glib\gbacktrace.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  375. Source: "{app}\windows\include\glib-2.0\glib\gcache.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  376. Source: "{app}\windows\include\glib-2.0\glib\gcompletion.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  377. Source: "{app}\windows\include\glib-2.0\glib\gconvert.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  378. Source: "{app}\windows\include\glib-2.0\glib\gdataset.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  379. Source: "{app}\windows\include\glib-2.0\glib\gdate.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  380. Source: "{app}\windows\include\glib-2.0\glib\gdir.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  381. Source: "{app}\windows\include\glib-2.0\glib\gerror.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  382. Source: "{app}\windows\include\glib-2.0\glib\gfileutils.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  383. Source: "{app}\windows\include\glib-2.0\glib\ghash.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  384. Source: "{app}\windows\include\glib-2.0\glib\ghook.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  385. Source: "{app}\windows\include\glib-2.0\glib\giochannel.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  386. Source: "{app}\windows\include\glib-2.0\glib\glist.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  387. Source: "{app}\windows\include\glib-2.0\glib\gmacros.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  388. Source: "{app}\windows\include\glib-2.0\glib\gmain.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  389. Source: "{app}\windows\include\glib-2.0\glib\gmarkup.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  390. Source: "{app}\windows\include\glib-2.0\glib\gmem.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  391. Source: "{app}\windows\include\glib-2.0\glib\gmessages.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  392. Source: "{app}\windows\include\glib-2.0\glib\gnode.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  393. Source: "{app}\windows\include\glib-2.0\glib\gpattern.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  394. Source: "{app}\windows\include\glib-2.0\glib\gprimes.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  395. Source: "{app}\windows\include\glib-2.0\glib\gqsort.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  396. Source: "{app}\windows\include\glib-2.0\glib\gquark.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  397. Source: "{app}\windows\include\glib-2.0\glib\gqueue.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  398. Source: "{app}\windows\include\glib-2.0\glib\grand.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  399. Source: "{app}\windows\include\glib-2.0\glib\grel.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  400. Source: "{app}\windows\include\glib-2.0\glib\gscanner.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  401. Source: "{app}\windows\include\glib-2.0\glib\gshell.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  402. Source: "{app}\windows\include\glib-2.0\glib\gslist.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  403. Source: "{app}\windows\include\glib-2.0\glib\gspawn.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  404. Source: "{app}\windows\include\glib-2.0\glib\gstrfuncs.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  405. Source: "{app}\windows\include\glib-2.0\glib\gstring.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  406. Source: "{app}\windows\include\glib-2.0\glib\gthread.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  407. Source: "{app}\windows\include\glib-2.0\glib\gthreadpool.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  408. Source: "{app}\windows\include\glib-2.0\glib\gtimer.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  409. Source: "{app}\windows\include\glib-2.0\glib\gtree.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  410. Source: "{app}\windows\include\glib-2.0\glib\gtypes.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  411. Source: "{app}\windows\include\glib-2.0\glib\gunicode.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  412. Source: "{app}\windows\include\glib-2.0\glib\gutils.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  413. Source: "{app}\windows\include\glib-2.0\glib\gwin32.h"; DestDir: "{app}\windows\include\glib-2.0\glib"; 
  414. Source: "{app}\windows\include\glib-2.0\gobject\gboxed.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  415. Source: "{app}\windows\include\glib-2.0\gobject\gclosure.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  416. Source: "{app}\windows\include\glib-2.0\gobject\genums.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  417. Source: "{app}\windows\include\glib-2.0\gobject\gmarshal.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  418. Source: "{app}\windows\include\glib-2.0\gobject\gobject.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  419. Source: "{app}\windows\include\glib-2.0\gobject\gparam.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  420. Source: "{app}\windows\include\glib-2.0\gobject\gparamspecs.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  421. Source: "{app}\windows\include\glib-2.0\gobject\gsignal.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  422. Source: "{app}\windows\include\glib-2.0\gobject\gsourceclosure.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  423. Source: "{app}\windows\include\glib-2.0\gobject\gtype.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  424. Source: "{app}\windows\include\glib-2.0\gobject\gtypemodule.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  425. Source: "{app}\windows\include\glib-2.0\gobject\gtypeplugin.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  426. Source: "{app}\windows\include\glib-2.0\gobject\gvalue.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  427. Source: "{app}\windows\include\glib-2.0\gobject\gvaluearray.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  428. Source: "{app}\windows\include\glib-2.0\gobject\gvaluecollector.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  429. Source: "{app}\windows\include\glib-2.0\gobject\gvaluetypes.h"; DestDir: "{app}\windows\include\glib-2.0\gobject"; 
  430. Source: "{app}\windows\include\gnet-1.1\gnet\acconfig.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  431. Source: "{app}\windows\include\gnet-1.1\gnet\config.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  432. Source: "{app}\windows\include\gnet-1.1\gnet\conn.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  433. Source: "{app}\windows\include\gnet-1.1\gnet\ftp.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  434. Source: "{app}\windows\include\gnet-1.1\gnet\gnet-private.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  435. Source: "{app}\windows\include\gnet-1.1\gnet\gnet.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  436. Source: "{app}\windows\include\gnet-1.1\gnet\gnetconfig.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  437. Source: "{app}\windows\include\gnet-1.1\gnet\inetaddr.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  438. Source: "{app}\windows\include\gnet-1.1\gnet\iochannel.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  439. Source: "{app}\windows\include\gnet-1.1\gnet\mcast.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  440. Source: "{app}\windows\include\gnet-1.1\gnet\md5.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  441. Source: "{app}\windows\include\gnet-1.1\gnet\pack.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  442. Source: "{app}\windows\include\gnet-1.1\gnet\scheduler.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  443. Source: "{app}\windows\include\gnet-1.1\gnet\server.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  444. Source: "{app}\windows\include\gnet-1.1\gnet\sha.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  445. Source: "{app}\windows\include\gnet-1.1\gnet\tcp.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  446. Source: "{app}\windows\include\gnet-1.1\gnet\udp.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  447. Source: "{app}\windows\include\gnet-1.1\gnet\url.h"; DestDir: "{app}\windows\include\gnet-1.1\gnet"; 
  448. Source: "{app}\windows\include\gtk-2.0\gdk\gdk.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  449. Source: "{app}\windows\include\gtk-2.0\gdk\gdkcolor.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  450. Source: "{app}\windows\include\gtk-2.0\gdk\gdkcursor.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  451. Source: "{app}\windows\include\gtk-2.0\gdk\gdkcursors.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  452. Source: "{app}\windows\include\gtk-2.0\gdk\gdkdnd.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  453. Source: "{app}\windows\include\gtk-2.0\gdk\gdkdrawable.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  454. Source: "{app}\windows\include\gtk-2.0\gdk\gdkenumtypes.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  455. Source: "{app}\windows\include\gtk-2.0\gdk\gdkevents.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  456. Source: "{app}\windows\include\gtk-2.0\gdk\gdkfont.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  457. Source: "{app}\windows\include\gtk-2.0\gdk\gdkgc.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  458. Source: "{app}\windows\include\gtk-2.0\gdk\gdki18n.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  459. Source: "{app}\windows\include\gtk-2.0\gdk\gdkimage.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  460. Source: "{app}\windows\include\gtk-2.0\gdk\gdkinput.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  461. Source: "{app}\windows\include\gtk-2.0\gdk\gdkkeys.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  462. Source: "{app}\windows\include\gtk-2.0\gdk\gdkkeysyms.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  463. Source: "{app}\windows\include\gtk-2.0\gdk\gdkpango.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  464. Source: "{app}\windows\include\gtk-2.0\gdk\gdkpixbuf.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  465. Source: "{app}\windows\include\gtk-2.0\gdk\gdkpixmap.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  466. Source: "{app}\windows\include\gtk-2.0\gdk\gdkprivate.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  467. Source: "{app}\windows\include\gtk-2.0\gdk\gdkproperty.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  468. Source: "{app}\windows\include\gtk-2.0\gdk\gdkregion.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  469. Source: "{app}\windows\include\gtk-2.0\gdk\gdkrgb.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  470. Source: "{app}\windows\include\gtk-2.0\gdk\gdkselection.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  471. Source: "{app}\windows\include\gtk-2.0\gdk\gdktypes.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  472. Source: "{app}\windows\include\gtk-2.0\gdk\gdkvisual.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  473. Source: "{app}\windows\include\gtk-2.0\gdk\gdkwin32.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  474. Source: "{app}\windows\include\gtk-2.0\gdk\gdkwindow.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk"; 
  475. Source: "{app}\windows\include\gtk-2.0\gdk-pixbuf\gdk-pixbuf-enum-types.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  476. Source: "{app}\windows\include\gtk-2.0\gdk-pixbuf\gdk-pixbuf-features.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  477. Source: "{app}\windows\include\gtk-2.0\gdk-pixbuf\gdk-pixbuf-loader.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  478. Source: "{app}\windows\include\gtk-2.0\gdk-pixbuf\gdk-pixbuf-marshal.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  479. Source: "{app}\windows\include\gtk-2.0\gdk-pixbuf\gdk-pixbuf.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  480. Source: "{app}\windows\include\gtk-2.0\gdk-pixbuf\gdk-pixdata.h"; DestDir: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  481. Source: "{app}\windows\include\gtk-2.0\gtk\gtk.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  482. Source: "{app}\windows\include\gtk-2.0\gtk\gtkaccelgroup.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  483. Source: "{app}\windows\include\gtk-2.0\gtk\gtkaccellabel.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  484. Source: "{app}\windows\include\gtk-2.0\gtk\gtkaccelmap.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  485. Source: "{app}\windows\include\gtk-2.0\gtk\gtkaccessible.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  486. Source: "{app}\windows\include\gtk-2.0\gtk\gtkadjustment.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  487. Source: "{app}\windows\include\gtk-2.0\gtk\gtkalignment.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  488. Source: "{app}\windows\include\gtk-2.0\gtk\gtkarrow.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  489. Source: "{app}\windows\include\gtk-2.0\gtk\gtkaspectframe.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  490. Source: "{app}\windows\include\gtk-2.0\gtk\gtkbbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  491. Source: "{app}\windows\include\gtk-2.0\gtk\gtkbin.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  492. Source: "{app}\windows\include\gtk-2.0\gtk\gtkbindings.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  493. Source: "{app}\windows\include\gtk-2.0\gtk\gtkbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  494. Source: "{app}\windows\include\gtk-2.0\gtk\gtkbutton.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  495. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcalendar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  496. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcelleditable.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  497. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcellrenderer.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  498. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcellrendererpixbuf.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  499. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcellrenderertext.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  500. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcellrenderertoggle.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  501. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcheckbutton.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  502. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcheckmenuitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  503. Source: "{app}\windows\include\gtk-2.0\gtk\gtkclipboard.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  504. Source: "{app}\windows\include\gtk-2.0\gtk\gtkclist.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  505. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcolorsel.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  506. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcolorseldialog.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  507. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcombo.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  508. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcontainer.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  509. Source: "{app}\windows\include\gtk-2.0\gtk\gtkctree.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  510. Source: "{app}\windows\include\gtk-2.0\gtk\gtkcurve.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  511. Source: "{app}\windows\include\gtk-2.0\gtk\gtkdebug.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  512. Source: "{app}\windows\include\gtk-2.0\gtk\gtkdialog.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  513. Source: "{app}\windows\include\gtk-2.0\gtk\gtkdnd.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  514. Source: "{app}\windows\include\gtk-2.0\gtk\gtkdrawingarea.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  515. Source: "{app}\windows\include\gtk-2.0\gtk\gtkeditable.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  516. Source: "{app}\windows\include\gtk-2.0\gtk\gtkentry.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  517. Source: "{app}\windows\include\gtk-2.0\gtk\gtkenums.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  518. Source: "{app}\windows\include\gtk-2.0\gtk\gtkeventbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  519. Source: "{app}\windows\include\gtk-2.0\gtk\gtkfilesel.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  520. Source: "{app}\windows\include\gtk-2.0\gtk\gtkfixed.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  521. Source: "{app}\windows\include\gtk-2.0\gtk\gtkfontsel.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  522. Source: "{app}\windows\include\gtk-2.0\gtk\gtkframe.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  523. Source: "{app}\windows\include\gtk-2.0\gtk\gtkgamma.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  524. Source: "{app}\windows\include\gtk-2.0\gtk\gtkgc.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  525. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhandlebox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  526. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhbbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  527. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  528. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhpaned.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  529. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhruler.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  530. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhscale.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  531. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhscrollbar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  532. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhseparator.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  533. Source: "{app}\windows\include\gtk-2.0\gtk\gtkhsv.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  534. Source: "{app}\windows\include\gtk-2.0\gtk\gtkiconfactory.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  535. Source: "{app}\windows\include\gtk-2.0\gtk\gtkimage.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  536. Source: "{app}\windows\include\gtk-2.0\gtk\gtkimagemenuitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  537. Source: "{app}\windows\include\gtk-2.0\gtk\gtkimcontext.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  538. Source: "{app}\windows\include\gtk-2.0\gtk\gtkimcontextsimple.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  539. Source: "{app}\windows\include\gtk-2.0\gtk\gtkimmodule.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  540. Source: "{app}\windows\include\gtk-2.0\gtk\gtkimmulticontext.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  541. Source: "{app}\windows\include\gtk-2.0\gtk\gtkinputdialog.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  542. Source: "{app}\windows\include\gtk-2.0\gtk\gtkinvisible.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  543. Source: "{app}\windows\include\gtk-2.0\gtk\gtkitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  544. Source: "{app}\windows\include\gtk-2.0\gtk\gtkitemfactory.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  545. Source: "{app}\windows\include\gtk-2.0\gtk\gtklabel.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  546. Source: "{app}\windows\include\gtk-2.0\gtk\gtklayout.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  547. Source: "{app}\windows\include\gtk-2.0\gtk\gtklist.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  548. Source: "{app}\windows\include\gtk-2.0\gtk\gtklistitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  549. Source: "{app}\windows\include\gtk-2.0\gtk\gtkliststore.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  550. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmain.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  551. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmarshal.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  552. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmenu.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  553. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmenubar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  554. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmenuitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  555. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmenushell.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  556. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmessagedialog.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  557. Source: "{app}\windows\include\gtk-2.0\gtk\gtkmisc.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  558. Source: "{app}\windows\include\gtk-2.0\gtk\gtknotebook.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  559. Source: "{app}\windows\include\gtk-2.0\gtk\gtkobject.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  560. Source: "{app}\windows\include\gtk-2.0\gtk\gtkoldeditable.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  561. Source: "{app}\windows\include\gtk-2.0\gtk\gtkoptionmenu.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  562. Source: "{app}\windows\include\gtk-2.0\gtk\gtkpaned.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  563. Source: "{app}\windows\include\gtk-2.0\gtk\gtkpixmap.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  564. Source: "{app}\windows\include\gtk-2.0\gtk\gtkplug.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  565. Source: "{app}\windows\include\gtk-2.0\gtk\gtkpreview.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  566. Source: "{app}\windows\include\gtk-2.0\gtk\gtkprivate.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  567. Source: "{app}\windows\include\gtk-2.0\gtk\gtkprogress.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  568. Source: "{app}\windows\include\gtk-2.0\gtk\gtkprogressbar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  569. Source: "{app}\windows\include\gtk-2.0\gtk\gtkradiobutton.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  570. Source: "{app}\windows\include\gtk-2.0\gtk\gtkradiomenuitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  571. Source: "{app}\windows\include\gtk-2.0\gtk\gtkrange.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  572. Source: "{app}\windows\include\gtk-2.0\gtk\gtkrc.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  573. Source: "{app}\windows\include\gtk-2.0\gtk\gtkruler.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  574. Source: "{app}\windows\include\gtk-2.0\gtk\gtkscale.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  575. Source: "{app}\windows\include\gtk-2.0\gtk\gtkscrollbar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  576. Source: "{app}\windows\include\gtk-2.0\gtk\gtkscrolledwindow.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  577. Source: "{app}\windows\include\gtk-2.0\gtk\gtkselection.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  578. Source: "{app}\windows\include\gtk-2.0\gtk\gtkseparator.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  579. Source: "{app}\windows\include\gtk-2.0\gtk\gtkseparatormenuitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  580. Source: "{app}\windows\include\gtk-2.0\gtk\gtksettings.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  581. Source: "{app}\windows\include\gtk-2.0\gtk\gtksignal.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  582. Source: "{app}\windows\include\gtk-2.0\gtk\gtksizegroup.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  583. Source: "{app}\windows\include\gtk-2.0\gtk\gtksocket.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  584. Source: "{app}\windows\include\gtk-2.0\gtk\gtkspinbutton.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  585. Source: "{app}\windows\include\gtk-2.0\gtk\gtkstatusbar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  586. Source: "{app}\windows\include\gtk-2.0\gtk\gtkstock.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  587. Source: "{app}\windows\include\gtk-2.0\gtk\gtkstyle.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  588. Source: "{app}\windows\include\gtk-2.0\gtk\gtktable.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  589. Source: "{app}\windows\include\gtk-2.0\gtk\gtktearoffmenuitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  590. Source: "{app}\windows\include\gtk-2.0\gtk\gtktext.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  591. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextbuffer.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  592. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextchild.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  593. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextdisplay.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  594. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextiter.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  595. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextlayout.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  596. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextmark.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  597. Source: "{app}\windows\include\gtk-2.0\gtk\gtktexttag.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  598. Source: "{app}\windows\include\gtk-2.0\gtk\gtktexttagtable.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  599. Source: "{app}\windows\include\gtk-2.0\gtk\gtktextview.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  600. Source: "{app}\windows\include\gtk-2.0\gtk\gtktipsquery.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  601. Source: "{app}\windows\include\gtk-2.0\gtk\gtktogglebutton.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  602. Source: "{app}\windows\include\gtk-2.0\gtk\gtktoolbar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  603. Source: "{app}\windows\include\gtk-2.0\gtk\gtktooltips.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  604. Source: "{app}\windows\include\gtk-2.0\gtk\gtktree.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  605. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreednd.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  606. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreeitem.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  607. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreemodel.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  608. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreemodelsort.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  609. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreeselection.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  610. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreesortable.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  611. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreestore.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  612. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreeview.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  613. Source: "{app}\windows\include\gtk-2.0\gtk\gtktreeviewcolumn.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  614. Source: "{app}\windows\include\gtk-2.0\gtk\gtktypebuiltins.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  615. Source: "{app}\windows\include\gtk-2.0\gtk\gtktypeutils.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  616. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvbbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  617. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvbox.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  618. Source: "{app}\windows\include\gtk-2.0\gtk\gtkversion.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  619. Source: "{app}\windows\include\gtk-2.0\gtk\gtkviewport.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  620. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvpaned.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  621. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvruler.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  622. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvscale.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  623. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvscrollbar.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  624. Source: "{app}\windows\include\gtk-2.0\gtk\gtkvseparator.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  625. Source: "{app}\windows\include\gtk-2.0\gtk\gtkwidget.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  626. Source: "{app}\windows\include\gtk-2.0\gtk\gtkwindow.h"; DestDir: "{app}\windows\include\gtk-2.0\gtk"; 
  627. Source: "{app}\windows\include\gtkgl-2.0\gtkgl\gdkgl.h"; DestDir: "{app}\windows\include\gtkgl-2.0\gtkgl"; 
  628. Source: "{app}\windows\include\gtkgl-2.0\gtkgl\gtkglarea.h"; DestDir: "{app}\windows\include\gtkgl-2.0\gtkgl"; 
  629. Source: "{app}\windows\include\pango-1.0\pango\pango-attributes.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  630. Source: "{app}\windows\include\pango-1.0\pango\pango-break.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  631. Source: "{app}\windows\include\pango-1.0\pango\pango-context.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  632. Source: "{app}\windows\include\pango-1.0\pango\pango-coverage.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  633. Source: "{app}\windows\include\pango-1.0\pango\pango-engine.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  634. Source: "{app}\windows\include\pango-1.0\pango\pango-enum-types.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  635. Source: "{app}\windows\include\pango-1.0\pango\pango-font.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  636. Source: "{app}\windows\include\pango-1.0\pango\pango-fontmap.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  637. Source: "{app}\windows\include\pango-1.0\pango\pango-fontset.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  638. Source: "{app}\windows\include\pango-1.0\pango\pango-glyph.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  639. Source: "{app}\windows\include\pango-1.0\pango\pango-indic.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  640. Source: "{app}\windows\include\pango-1.0\pango\pango-item.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  641. Source: "{app}\windows\include\pango-1.0\pango\pango-layout.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  642. Source: "{app}\windows\include\pango-1.0\pango\pango-modules.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  643. Source: "{app}\windows\include\pango-1.0\pango\pango-ot.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  644. Source: "{app}\windows\include\pango-1.0\pango\pango-tabs.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  645. Source: "{app}\windows\include\pango-1.0\pango\pango-types.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  646. Source: "{app}\windows\include\pango-1.0\pango\pango-utils.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  647. Source: "{app}\windows\include\pango-1.0\pango\pango.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  648. Source: "{app}\windows\include\pango-1.0\pango\pangoft2.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  649. Source: "{app}\windows\include\pango-1.0\pango\pangowin32.h"; DestDir: "{app}\windows\include\pango-1.0\pango"; 
  650. Source: "{app}\windows\lib\libatk-1.0.a"; DestDir: "{app}\windows\lib"; 
  651. Source: "{app}\windows\lib\libgdk-win32-2.0.a"; DestDir: "{app}\windows\lib"; 
  652. Source: "{app}\windows\lib\libgdk_pixbuf-2.0.a"; DestDir: "{app}\windows\lib"; 
  653. Source: "{app}\windows\lib\libglib-2.0.a"; DestDir: "{app}\windows\lib"; 
  654. Source: "{app}\windows\lib\libglu11.a"; DestDir: "{app}\windows\lib"; 
  655. Source: "{app}\windows\lib\libgmodule-2.0.a"; DestDir: "{app}\windows\lib"; 
  656. Source: "{app}\windows\lib\libgnet-1.1.a"; DestDir: "{app}\windows\lib"; 
  657. Source: "{app}\windows\lib\libgobject-2.0.a"; DestDir: "{app}\windows\lib"; 
  658. Source: "{app}\windows\lib\libgthread-2.0.a"; DestDir: "{app}\windows\lib"; 
  659. Source: "{app}\windows\lib\libgtk-win32-2.0.a"; DestDir: "{app}\windows\lib"; 
  660. Source: "{app}\windows\lib\libgtkgl-2.0.a"; DestDir: "{app}\windows\lib"; 
  661. Source: "{app}\windows\lib\libintl.a"; DestDir: "{app}\windows\lib"; 
  662. Source: "{app}\windows\lib\libjpeg.a"; DestDir: "{app}\windows\lib"; 
  663. Source: "{app}\windows\lib\libminiGLU.a"; DestDir: "{app}\windows\lib"; 
  664. Source: "{app}\windows\lib\libpango-1.0.a"; DestDir: "{app}\windows\lib"; 
  665. Source: "{app}\windows\lib\libpangoft2-1.0.a"; DestDir: "{app}\windows\lib"; 
  666. Source: "{app}\windows\lib\libpangowin32-1.0.a"; DestDir: "{app}\windows\lib"; 
  667. Source: "{app}\windows\lib\libSDL.a"; DestDir: "{app}\windows\lib"; 
  668. Source: "{app}\windows\lib\libSDLController.a"; DestDir: "{app}\windows\lib"; 
  669. Source: "{app}\windows\lib\libSDLmain.a"; DestDir: "{app}\windows\lib"; 
  670. Source: "{app}\windows\lib\libSDL_image.a"; DestDir: "{app}\windows\lib"; 
  671. Source: "{app}\windows\lib\libSDL_mixer.a"; DestDir: "{app}\windows\lib"; 
  672. Source: "{app}\windows\lib\libSDL_net.a"; DestDir: "{app}\windows\lib"; 
  673. Source: "{app}\windows\lib\libsmpeg.a"; DestDir: "{app}\windows\lib"; 
  674. Source: "{app}\windows\lib\libsolid.a"; DestDir: "{app}\windows\lib"; 
  675. Source: "{app}\windows\lib\libtiff.a"; DestDir: "{app}\windows\lib"; 
  676. Source: "{app}\windows\lib\libz.a"; DestDir: "{app}\windows\lib"; 
  677. Source: "{app}\windows\lib\atk-1.0.lib"; DestDir: "{app}\windows\lib"; 
  678. Source: "{app}\windows\lib\gdk-win32-2.0.lib"; DestDir: "{app}\windows\lib"; 
  679. Source: "{app}\windows\lib\gdk_pixbuf-2.0.lib"; DestDir: "{app}\windows\lib"; 
  680. Source: "{app}\windows\lib\glib-2.0.lib"; DestDir: "{app}\windows\lib"; 
  681. Source: "{app}\windows\lib\gmodule-2.0.lib"; DestDir: "{app}\windows\lib"; 
  682. Source: "{app}\windows\lib\gnet-1.1-0.lib"; DestDir: "{app}\windows\lib"; 
  683. Source: "{app}\windows\lib\gobject-2.0.lib"; DestDir: "{app}\windows\lib"; 
  684. Source: "{app}\windows\lib\gthread-2.0.lib"; DestDir: "{app}\windows\lib"; 
  685. Source: "{app}\windows\lib\gtk-win32-2.0.lib"; DestDir: "{app}\windows\lib"; 
  686. Source: "{app}\windows\lib\gtkgl-2.0-0.lib"; DestDir: "{app}\windows\lib"; 
  687. Source: "{app}\windows\lib\iconv.lib"; DestDir: "{app}\windows\lib"; 
  688. Source: "{app}\windows\lib\intl.lib"; DestDir: "{app}\windows\lib"; 
  689. Source: "{app}\windows\lib\jpeg.lib"; DestDir: "{app}\windows\lib"; 
  690. Source: "{app}\windows\lib\pango-1.0.lib"; DestDir: "{app}\windows\lib"; 
  691. Source: "{app}\windows\lib\pangoft2-1.0.lib"; DestDir: "{app}\windows\lib"; 
  692. Source: "{app}\windows\lib\pangowin32-1.0.lib"; DestDir: "{app}\windows\lib"; 
  693. Source: "{app}\windows\lib\tiff.lib"; DestDir: "{app}\windows\lib"; 
  694. Source: "{app}\windows\lib\z.lib"; DestDir: "{app}\windows\lib"; 
  695. Source: "{app}\windows\lib\glu11.dll"; DestDir: "{app}\windows\lib"; 
  696. Source: "{app}\windows\lib\gnet-1.1-0.dll"; DestDir: "{app}\windows\lib"; 
  697. Source: "{app}\windows\lib\gtkgl-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  698. Source: "{app}\windows\lib\iconv.dll"; DestDir: "{app}\windows\lib"; 
  699. Source: "{app}\windows\lib\jpeg.dll"; DestDir: "{app}\windows\lib"; 
  700. Source: "{app}\windows\lib\libatk-1.0-0.dll"; DestDir: "{app}\windows\lib"; 
  701. Source: "{app}\windows\lib\libgdk-win32-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  702. Source: "{app}\windows\lib\libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  703. Source: "{app}\windows\lib\libglib-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  704. Source: "{app}\windows\lib\libgmodule-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  705. Source: "{app}\windows\lib\libgobject-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  706. Source: "{app}\windows\lib\libgthread-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  707. Source: "{app}\windows\lib\libgtk-win32-2.0-0.dll"; DestDir: "{app}\windows\lib"; 
  708. Source: "{app}\windows\lib\libintl-1.dll"; DestDir: "{app}\windows\lib"; 
  709. Source: "{app}\windows\lib\libjpeg6b.dll"; DestDir: "{app}\windows\lib"; 
  710. Source: "{app}\windows\lib\libpango-1.0-0.dll"; DestDir: "{app}\windows\lib"; 
  711. Source: "{app}\windows\lib\libpangoft2-1.0-0.dll"; DestDir: "{app}\windows\lib"; 
  712. Source: "{app}\windows\lib\libpangowin32-1.0-0.dll"; DestDir: "{app}\windows\lib"; 
  713. Source: "{app}\windows\lib\libpng-3.dll"; DestDir: "{app}\windows\lib"; 
  714. Source: "{app}\windows\lib\libpng1.dll"; DestDir: "{app}\windows\lib"; 
  715. Source: "{app}\windows\lib\libtiff.dll"; DestDir: "{app}\windows\lib"; 
  716. Source: "{app}\windows\lib\libz.dll"; DestDir: "{app}\windows\lib"; 
  717. Source: "{app}\windows\lib\miniGLU.dll"; DestDir: "{app}\windows\lib"; 
  718. Source: "{app}\windows\lib\SDL.dll"; DestDir: "{app}\windows\lib"; 
  719. Source: "{app}\windows\lib\SDL_image.dll"; DestDir: "{app}\windows\lib"; 
  720. Source: "{app}\windows\lib\SDL_net.dll"; DestDir: "{app}\windows\lib"; 
  721. Source: "{app}\windows\lib\solid.dll"; DestDir: "{app}\windows\lib"; 
  722. Source: "{app}\windows\lib\zlib.dll"; DestDir: "{app}\windows\lib"; 
  723. Source: "{app}\windows\lib\glib-2.0\include\glibconfig.h"; DestDir: "{app}\windows\lib\glib-2.0\include"; 
  724. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-bmp.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  725. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-gif.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  726. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-ico.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  727. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-jpeg.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  728. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-png.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  729. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-pnm.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  730. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-ras.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  731. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-tga.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  732. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-tiff.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  733. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-wbmp.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  734. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-xbm.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  735. Source: "{app}\windows\lib\gtk-2.0\2.0.0\loaders\libpixbufloader-xpm.dll"; DestDir: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  736. Source: "{app}\windows\lib\gtk-2.0\include\gdkconfig.h"; DestDir: "{app}\windows\lib\gtk-2.0\include"; 
  737. Source: "{app}\windows\lib\pango\1.0.0\modules\pango-arabic-ft2.dll"; DestDir: "{app}\windows\lib\pango\1.0.0\modules"; 
  738. Source: "{app}\windows\lib\pango\1.0.0\modules\pango-basic-ft2.dll"; DestDir: "{app}\windows\lib\pango\1.0.0\modules"; 
  739. Source: "{app}\windows\lib\pango\1.0.0\modules\pango-basic-win32.dll"; DestDir: "{app}\windows\lib\pango\1.0.0\modules"; 
  740. Source: "{app}\windows\lib\pango\1.0.0\modules\pango-hebrew-ft2.dll"; DestDir: "{app}\windows\lib\pango\1.0.0\modules"; 
  741. Source: "{app}\windows\lib\pkgconfig\atk.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  742. Source: "{app}\windows\lib\pkgconfig\gdk-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  743. Source: "{app}\windows\lib\pkgconfig\gdk-pixbuf-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  744. Source: "{app}\windows\lib\pkgconfig\gdk-win32-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  745. Source: "{app}\windows\lib\pkgconfig\glib-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  746. Source: "{app}\windows\lib\pkgconfig\gmodule-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  747. Source: "{app}\windows\lib\pkgconfig\gnet-1.1.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  748. Source: "{app}\windows\lib\pkgconfig\gobject-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  749. Source: "{app}\windows\lib\pkgconfig\gthread-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  750. Source: "{app}\windows\lib\pkgconfig\gtk+-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  751. Source: "{app}\windows\lib\pkgconfig\gtk+-win32-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  752. Source: "{app}\windows\lib\pkgconfig\gtkgl-2.0.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  753. Source: "{app}\windows\lib\pkgconfig\libiconv.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  754. Source: "{app}\windows\lib\pkgconfig\libintl.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  755. Source: "{app}\windows\lib\pkgconfig\libjpeg.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  756. Source: "{app}\windows\lib\pkgconfig\libpng.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  757. Source: "{app}\windows\lib\pkgconfig\libtiff.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  758. Source: "{app}\windows\lib\pkgconfig\pango.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  759. Source: "{app}\windows\lib\pkgconfig\pangoft2.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  760. Source: "{app}\windows\lib\pkgconfig\pangowin32.pc"; DestDir: "{app}\windows\lib\pkgconfig"; 
  761. Source: "{app}\windows\share\aclocal\glib-2.0.m4"; DestDir: "{app}\windows\share\aclocal"; 
  762. Source: "{app}\windows\share\aclocal\glib-gettext.m4"; DestDir: "{app}\windows\share\aclocal"; 
  763. Source: "{app}\windows\share\aclocal\gtk-2.0.m4"; DestDir: "{app}\windows\share\aclocal"; 
  764. Source: "{app}\windows\share\aclocal\pkg.m4"; DestDir: "{app}\windows\share\aclocal"; 
  765. Source: "{app}\windows\share\glib-2.0\gettext\po\Makefile.in.in"; DestDir: "{app}\windows\share\glib-2.0\gettext\po"; 
  766. Source: "{app}\windows\share\glib-2.0\gettext\po\po2tbl.sed.in"; DestDir: "{app}\windows\share\glib-2.0\gettext\po"; 
  767. Source: "{app}\windows\share\themes\Default\gtk-2.0\gtkrc"; DestDir: "{app}\windows\share\themes\Default\gtk-2.0"; 
  768. Source: "{app}\windows\share\themes\Default\gtk-2.0\gtkrc~"; DestDir: "{app}\windows\share\themes\Default\gtk-2.0"; 
  769. Source: "{app}\windows\share\themes\Default\gtk-2.0-key\gtkrc"; DestDir: "{app}\windows\share\themes\Default\gtk-2.0-key"; 
  770. Source: "{app}\windows\share\themes\Emacs\gtk-2.0-key\gtkrc"; DestDir: "{app}\windows\share\themes\Emacs\gtk-2.0-key"; 
  771. Source: "{app}\lib\libGtkController.a"; DestDir: "{app}\lib"; 
  772. Source: "{app}\lib\libJavaController.a"; DestDir: "{app}\lib"; 
  773. Source: "{app}\lib\libkhepera.a"; DestDir: "{app}\lib"; 
  774. Source: "{app}\lib\librcx.a"; DestDir: "{app}\lib"; 
  775. Source: "{app}\lib\GtkController.lib"; DestDir: "{app}\lib"; 
  776. Source: "{app}\lib\JavaController.lib"; DestDir: "{app}\lib"; 
  777. Source: "{app}\lib\khepera.lib"; DestDir: "{app}\lib"; 
  778. Source: "{app}\lib\rcx.lib"; DestDir: "{app}\lib"; 
  779. Source: "{app}\lib\GtkController.dll"; DestDir: "{app}\lib"; 
  780. Source: "{app}\lib\JavaController.dll"; DestDir: "{app}\lib"; 
  781. Source: "{app}\lib\khepera.dll"; DestDir: "{app}\lib"; 
  782. Source: "{app}\lib\rcx.dll"; DestDir: "{app}\lib"; 
  783. Source: "{app}\lib\Controller.jar"; DestDir: "{app}\lib"; 
  784. Source: "{app}\controllers\Makefile.include"; DestDir: "{app}\controllers"; 
  785. Source: "{app}\controllers\alice\alice.c"; DestDir: "{app}\controllers\alice"; 
  786. Source: "{app}\controllers\alice\alice.exe"; DestDir: "{app}\controllers\alice"; 
  787. Source: "{app}\controllers\alice\Makefile"; DestDir: "{app}\controllers\alice"; 
  788. Source: "{app}\controllers\alife\alife.c"; DestDir: "{app}\controllers\alife"; 
  789. Source: "{app}\controllers\alife\alife.exe"; DestDir: "{app}\controllers\alife"; 
  790. Source: "{app}\controllers\alife\Makefile"; DestDir: "{app}\controllers\alife"; 
  791. Source: "{app}\controllers\alife_playback\alife_playback.c"; DestDir: "{app}\controllers\alife_playback"; 
  792. Source: "{app}\controllers\alife_playback\alife_playback.exe"; DestDir: "{app}\controllers\alife_playback"; 
  793. Source: "{app}\controllers\alife_playback\Makefile"; DestDir: "{app}\controllers\alife_playback"; 
  794. Source: "{app}\controllers\alife_playback\match.dat"; DestDir: "{app}\controllers\alife_playback"; 
  795. Source: "{app}\controllers\ALife0\ALife0.java"; DestDir: "{app}\controllers\ALife0"; 
  796. Source: "{app}\controllers\ALife0\ALife0.class"; DestDir: "{app}\controllers\ALife0"; 
  797. Source: "{app}\controllers\ALife0\Makefile"; DestDir: "{app}\controllers\ALife0"; 
  798. Source: "{app}\controllers\ALife0\ALife0.bat"; DestDir: "{app}\controllers\ALife0"; 
  799. Source: "{app}\controllers\ALife0\ALife0.bat~"; DestDir: "{app}\controllers\ALife0"; 
  800. Source: "{app}\controllers\ALife1\ALife1.java"; DestDir: "{app}\controllers\ALife1"; 
  801. Source: "{app}\controllers\ALife1\ALife1.class"; DestDir: "{app}\controllers\ALife1"; 
  802. Source: "{app}\controllers\ALife1\Makefile"; DestDir: "{app}\controllers\ALife1"; 
  803. Source: "{app}\controllers\ALife1\ALife1.bat"; DestDir: "{app}\controllers\ALife1"; 
  804. Source: "{app}\controllers\ALife1\ALife1.bat~"; DestDir: "{app}\controllers\ALife1"; 
  805. Source: "{app}\controllers\animator\animator.c"; DestDir: "{app}\controllers\animator"; 
  806. Source: "{app}\controllers\animator\animator.exe"; DestDir: "{app}\controllers\animator"; 
  807. Source: "{app}\controllers\animator\Makefile"; DestDir: "{app}\controllers\animator"; 
  808. Source: "{app}\controllers\battery\battery.c"; DestDir: "{app}\controllers\battery"; 
  809. Source: "{app}\controllers\battery\battery.exe"; DestDir: "{app}\controllers\battery"; 
  810. Source: "{app}\controllers\battery\Makefile"; DestDir: "{app}\controllers\battery"; 
  811. Source: "{app}\controllers\binocular\binocular.c"; DestDir: "{app}\controllers\binocular"; 
  812. Source: "{app}\controllers\binocular\binocular.exe"; DestDir: "{app}\controllers\binocular"; 
  813. Source: "{app}\controllers\binocular\Makefile"; DestDir: "{app}\controllers\binocular"; 
  814. Source: "{app}\controllers\braiten\braiten.c"; DestDir: "{app}\controllers\braiten"; 
  815. Source: "{app}\controllers\braiten\braiten.exe"; DestDir: "{app}\controllers\braiten"; 
  816. Source: "{app}\controllers\braiten\Makefile"; DestDir: "{app}\controllers\braiten"; 
  817. Source: "{app}\controllers\braiten\braiten.dev"; DestDir: "{app}\controllers\braiten"; 
  818. Source: "{app}\controllers\braiten\braiten.dsp"; DestDir: "{app}\controllers\braiten"; 
  819. Source: "{app}\controllers\braiten\braiten.dsw"; DestDir: "{app}\controllers\braiten"; 
  820. Source: "{app}\controllers\bumper\bumper.c"; DestDir: "{app}\controllers\bumper"; 
  821. Source: "{app}\controllers\bumper\bumper.exe"; DestDir: "{app}\controllers\bumper"; 
  822. Source: "{app}\controllers\bumper\Makefile"; DestDir: "{app}\controllers\bumper"; 
  823. Source: "{app}\controllers\camera\camera.c"; DestDir: "{app}\controllers\camera"; 
  824. Source: "{app}\controllers\camera\camera.exe"; DestDir: "{app}\controllers\camera"; 
  825. Source: "{app}\controllers\camera\Makefile"; DestDir: "{app}\controllers\camera"; 
  826. Source: "{app}\controllers\cplusplus\cplusplus.cc"; DestDir: "{app}\controllers\cplusplus"; 
  827. Source: "{app}\controllers\cplusplus\Robot.cc"; DestDir: "{app}\controllers\cplusplus"; 
  828. Source: "{app}\controllers\cplusplus\Robot.hh"; DestDir: "{app}\controllers\cplusplus"; 
  829. Source: "{app}\controllers\cplusplus\cplusplus.exe"; DestDir: "{app}\controllers\cplusplus"; 
  830. Source: "{app}\controllers\cplusplus\Makefile"; DestDir: "{app}\controllers\cplusplus"; 
  831. Source: "{app}\controllers\custom_robot\custom_robot.c"; DestDir: "{app}\controllers\custom_robot"; 
  832. Source: "{app}\controllers\custom_robot\custom_robot.exe"; DestDir: "{app}\controllers\custom_robot"; 
  833. Source: "{app}\controllers\custom_robot\Makefile"; DestDir: "{app}\controllers\custom_robot"; 
  834. Source: "{app}\controllers\emitter\emitter.c"; DestDir: "{app}\controllers\emitter"; 
  835. Source: "{app}\controllers\emitter\emitter.exe"; DestDir: "{app}\controllers\emitter"; 
  836. Source: "{app}\controllers\emitter\Makefile"; DestDir: "{app}\controllers\emitter"; 
  837. Source: "{app}\controllers\gps\gps.c"; DestDir: "{app}\controllers\gps"; 
  838. Source: "{app}\controllers\gps\gps4.c"; DestDir: "{app}\controllers\gps"; 
  839. Source: "{app}\controllers\gps\gps.exe"; DestDir: "{app}\controllers\gps"; 
  840. Source: "{app}\controllers\gps\Makefile"; DestDir: "{app}\controllers\gps"; 
  841. Source: "{app}\controllers\gps_supervisor\gps_supervisor.c"; DestDir: "{app}\controllers\gps_supervisor"; 
  842. Source: "{app}\controllers\gps_supervisor\gps_supervisor4.c"; DestDir: "{app}\controllers\gps_supervisor"; 
  843. Source: "{app}\controllers\gps_supervisor\gps_supervisor.exe"; DestDir: "{app}\controllers\gps_supervisor"; 
  844. Source: "{app}\controllers\gps_supervisor\Makefile"; DestDir: "{app}\controllers\gps_supervisor"; 
  845. Source: "{app}\controllers\gripper\gripper.c"; DestDir: "{app}\controllers\gripper"; 
  846. Source: "{app}\controllers\gripper\gripper.exe"; DestDir: "{app}\controllers\gripper"; 
  847. Source: "{app}\controllers\gripper\Makefile"; DestDir: "{app}\controllers\gripper"; 
  848. Source: "{app}\controllers\ground_color\ground_color.c"; DestDir: "{app}\controllers\ground_color"; 
  849. Source: "{app}\controllers\ground_color\ground_color.exe"; DestDir: "{app}\controllers\ground_color"; 
  850. Source: "{app}\controllers\ground_color\Makefile"; DestDir: "{app}\controllers\ground_color"; 
  851. Source: "{app}\controllers\khepera\khepera.c"; DestDir: "{app}\controllers\khepera"; 
  852. Source: "{app}\controllers\khepera\khepera.exe"; DestDir: "{app}\controllers\khepera"; 
  853. Source: "{app}\controllers\khepera\Makefile"; DestDir: "{app}\controllers\khepera"; 
  854. Source: "{app}\controllers\khepera\Makefile.kros"; DestDir: "{app}\controllers\khepera"; 
  855. Source: "{app}\controllers\khepera_k213\khepera_k213.c"; DestDir: "{app}\controllers\khepera_k213"; 
  856. Source: "{app}\controllers\khepera_k213\khepera_k213.exe"; DestDir: "{app}\controllers\khepera_k213"; 
  857. Source: "{app}\controllers\khepera_k213\Makefile"; DestDir: "{app}\controllers\khepera_k213"; 
  858. Source: "{app}\controllers\khepera_k213\Makefile.kros"; DestDir: "{app}\controllers\khepera_k213"; 
  859. Source: "{app}\controllers\koala\koala.c"; DestDir: "{app}\controllers\koala"; 
  860. Source: "{app}\controllers\koala\koala.exe"; DestDir: "{app}\controllers\koala"; 
  861. Source: "{app}\controllers\koala\Makefile"; DestDir: "{app}\controllers\koala"; 
  862. Source: "{app}\controllers\magellan\magellan.c"; DestDir: "{app}\controllers\magellan"; 
  863. Source: "{app}\controllers\magellan\magellan.exe"; DestDir: "{app}\controllers\magellan"; 
  864. Source: "{app}\controllers\magellan\Makefile"; DestDir: "{app}\controllers\magellan"; 
  865. Source: "{app}\controllers\minotaur\minotaur.c"; DestDir: "{app}\controllers\minotaur"; 
  866. Source: "{app}\controllers\minotaur\minotaur.exe"; DestDir: "{app}\controllers\minotaur"; 
  867. Source: "{app}\controllers\minotaur\Makefile"; DestDir: "{app}\controllers\minotaur"; 
  868. Source: "{app}\controllers\minotaur\pointer.xpm"; DestDir: "{app}\controllers\minotaur"; 
  869. Source: "{app}\controllers\minotaur\Minotaur.java"; DestDir: "{app}\controllers\minotaur"; 
  870. Source: "{app}\controllers\minotaur\CyberMinotaur.html"; DestDir: "{app}\controllers\minotaur"; 
  871. Source: "{app}\controllers\minotaur\Maze-thumb.jpg"; DestDir: "{app}\controllers\minotaur"; 
  872. Source: "{app}\controllers\minotaur\Maze.jpg"; DestDir: "{app}\controllers\minotaur"; 
  873. Source: "{app}\controllers\minotaur\Minotaur-thumb.jpg"; DestDir: "{app}\controllers\minotaur"; 
  874. Source: "{app}\controllers\minotaur\Minotaur.jpg"; DestDir: "{app}\controllers\minotaur"; 
  875. Source: "{app}\controllers\minotaur\simple.dat"; DestDir: "{app}\controllers\minotaur"; 
  876. Source: "{app}\controllers\minotaur\solution.dat"; DestDir: "{app}\controllers\minotaur"; 
  877. Source: "{app}\controllers\photographer\photographer.c"; DestDir: "{app}\controllers\photographer"; 
  878. Source: "{app}\controllers\photographer\photographer.exe"; DestDir: "{app}\controllers\photographer"; 
  879. Source: "{app}\controllers\photographer\Makefile"; DestDir: "{app}\controllers\photographer"; 
  880. Source: "{app}\controllers\phototaxy\phototaxy.c"; DestDir: "{app}\controllers\phototaxy"; 
  881. Source: "{app}\controllers\phototaxy\phototaxy.exe"; DestDir: "{app}\controllers\phototaxy"; 
  882. Source: "{app}\controllers\phototaxy\Makefile"; DestDir: "{app}\controllers\phototaxy"; 
  883. Source: "{app}\controllers\pioneer2\pioneer2.c"; DestDir: "{app}\controllers\pioneer2"; 
  884. Source: "{app}\controllers\pioneer2\pioneer2.exe"; DestDir: "{app}\controllers\pioneer2"; 
  885. Source: "{app}\controllers\pioneer2\Makefile"; DestDir: "{app}\controllers\pioneer2"; 
  886. Source: "{app}\controllers\receiver\receiver.c"; DestDir: "{app}\controllers\receiver"; 
  887. Source: "{app}\controllers\receiver\receiver.exe"; DestDir: "{app}\controllers\receiver"; 
  888. Source: "{app}\controllers\receiver\Makefile"; DestDir: "{app}\controllers\receiver"; 
  889. Source: "{app}\controllers\recycling\recycling.c"; DestDir: "{app}\controllers\recycling"; 
  890. Source: "{app}\controllers\recycling\recycling.exe"; DestDir: "{app}\controllers\recycling"; 
  891. Source: "{app}\controllers\recycling\Makefile"; DestDir: "{app}\controllers\recycling"; 
  892. Source: "{app}\controllers\recycling_supervisor\recycling_supervisor.c"; DestDir: "{app}\controllers\recycling_supervisor"; 
  893. Source: "{app}\controllers\recycling_supervisor\recycling_supervisor.exe"; DestDir: "{app}\controllers\recycling_supervisor"; 
  894. Source: "{app}\controllers\recycling_supervisor\Makefile"; DestDir: "{app}\controllers\recycling_supervisor"; 
  895. Source: "{app}\controllers\scout2\scout2.c"; DestDir: "{app}\controllers\scout2"; 
  896. Source: "{app}\controllers\scout2\scout2.exe"; DestDir: "{app}\controllers\scout2"; 
  897. Source: "{app}\controllers\scout2\Makefile"; DestDir: "{app}\controllers\scout2"; 
  898. Source: "{app}\controllers\simple\simple.c"; DestDir: "{app}\controllers\simple"; 
  899. Source: "{app}\controllers\simple\simple.exe"; DestDir: "{app}\controllers\simple"; 
  900. Source: "{app}\controllers\simple\Makefile"; DestDir: "{app}\controllers\simple"; 
  901. Source: "{app}\controllers\supervisor\supervisor.c"; DestDir: "{app}\controllers\supervisor"; 
  902. Source: "{app}\controllers\supervisor\supervisor.exe"; DestDir: "{app}\controllers\supervisor"; 
  903. Source: "{app}\controllers\supervisor\Makefile"; DestDir: "{app}\controllers\supervisor"; 
  904. Source: "{app}\controllers\tcpip\client.c"; DestDir: "{app}\controllers\tcpip"; 
  905. Source: "{app}\controllers\tcpip\tcpip.c"; DestDir: "{app}\controllers\tcpip"; 
  906. Source: "{app}\controllers\tcpip\tcpip.exe"; DestDir: "{app}\controllers\tcpip"; 
  907. Source: "{app}\controllers\tcpip\client.exe"; DestDir: "{app}\controllers\tcpip"; 
  908. Source: "{app}\controllers\tcpip\Makefile"; DestDir: "{app}\controllers\tcpip"; 
  909. Source: "{app}\controllers\tcpip\client.dsw"; DestDir: "{app}\controllers\tcpip"; 
  910. Source: "{app}\controllers\tcpip\tcpip.dsw"; DestDir: "{app}\controllers\tcpip"; 
  911. Source: "{app}\controllers\tcpip\client.dsp"; DestDir: "{app}\controllers\tcpip"; 
  912. Source: "{app}\controllers\tcpip\tcpip.dsp"; DestDir: "{app}\controllers\tcpip"; 
  913. Source: "{app}\controllers\void\void.c"; DestDir: "{app}\controllers\void"; 
  914. Source: "{app}\controllers\void\void.exe"; DestDir: "{app}\controllers\void"; 
  915. Source: "{app}\controllers\void\Makefile"; DestDir: "{app}\controllers\void"; 
  916. Source: "{app}\controllers\webcam\webcam.c"; DestDir: "{app}\controllers\webcam"; 
  917. Source: "{app}\controllers\webcam\webcam.exe"; DestDir: "{app}\controllers\webcam"; 
  918. Source: "{app}\controllers\webcam\Makefile"; DestDir: "{app}\controllers\webcam"; 
  919. Source: "{app}\objects\alife_robot0.wbt"; DestDir: "{app}\objects"; 
  920. Source: "{app}\objects\alife_robot1.wbt"; DestDir: "{app}\objects"; 
  921. Source: "{app}\objects\khepera.wbt"; DestDir: "{app}\objects"; 
  922. Source: "{app}\objects\khepera.wbt~"; DestDir: "{app}\objects"; 
  923. Source: "{app}\objects\koala.wbt"; DestDir: "{app}\objects"; 
  924. Source: "{app}\worlds\alice.wbt"; DestDir: "{app}\worlds"; 
  925. Source: "{app}\worlds\alice_soccer.wbt"; DestDir: "{app}\worlds"; 
  926. Source: "{app}\worlds\alife.wbt"; DestDir: "{app}\worlds"; 
  927. Source: "{app}\worlds\alife_playback.wbt"; DestDir: "{app}\worlds"; 
  928. Source: "{app}\worlds\battery.wbt"; DestDir: "{app}\worlds"; 
  929. Source: "{app}\worlds\binocular.wbt"; DestDir: "{app}\worlds"; 
  930. Source: "{app}\worlds\bumper.wbt"; DestDir: "{app}\worlds"; 
  931. Source: "{app}\worlds\camera.wbt"; DestDir: "{app}\worlds"; 
  932. Source: "{app}\worlds\communication.wbt"; DestDir: "{app}\worlds"; 
  933. Source: "{app}\worlds\cone.wbt"; DestDir: "{app}\worlds"; 
  934. Source: "{app}\worlds\convex_polygon.wbt"; DestDir: "{app}\worlds"; 
  935. Source: "{app}\worlds\custom_robot.wbt"; DestDir: "{app}\worlds"; 
  936. Source: "{app}\worlds\cylinder.wbt"; DestDir: "{app}\worlds"; 
  937. Source: "{app}\worlds\default.wbt"; DestDir: "{app}\worlds"; 
  938. Source: "{app}\worlds\extrusion.wbt"; DestDir: "{app}\worlds"; 
  939. Source: "{app}\worlds\gps.wbt"; DestDir: "{app}\worlds"; 
  940. Source: "{app}\worlds\gripper.wbt"; DestDir: "{app}\worlds"; 
  941. Source: "{app}\worlds\ground_color.wbt"; DestDir: "{app}\worlds"; 
  942. Source: "{app}\worlds\hypergate.wbt"; DestDir: "{app}\worlds"; 
  943. Source: "{app}\worlds\khepera.wbt"; DestDir: "{app}\worlds"; 
  944. Source: "{app}\worlds\khepera_k213.wbt"; DestDir: "{app}\worlds"; 
  945. Source: "{app}\worlds\khepera2.wbt"; DestDir: "{app}\worlds"; 
  946. Source: "{app}\worlds\kiki.wbt"; DestDir: "{app}\worlds"; 
  947. Source: "{app}\worlds\kiki_camera.wbt"; DestDir: "{app}\worlds"; 
  948. Source: "{app}\worlds\koala.wbt"; DestDir: "{app}\worlds"; 
  949. Source: "{app}\worlds\magellan.wbt"; DestDir: "{app}\worlds"; 
  950. Source: "{app}\worlds\minotaur.wbt"; DestDir: "{app}\worlds"; 
  951. Source: "{app}\worlds\moorebot.wbt"; DestDir: "{app}\worlds"; 
  952. Source: "{app}\worlds\new.wbt"; DestDir: "{app}\worlds"; 
  953. Source: "{app}\worlds\non_convex_polygon.wbt"; DestDir: "{app}\worlds"; 
  954. Source: "{app}\worlds\photographer.wbt"; DestDir: "{app}\worlds"; 
  955. Source: "{app}\worlds\phototaxy.wbt"; DestDir: "{app}\worlds"; 
  956. Source: "{app}\worlds\pioneer2.wbt"; DestDir: "{app}\worlds"; 
  957. Source: "{app}\worlds\polyhedra.wbt"; DestDir: "{app}\worlds"; 
  958. Source: "{app}\worlds\princess.wbt"; DestDir: "{app}\worlds"; 
  959. Source: "{app}\worlds\rabbitosan.wbt"; DestDir: "{app}\worlds"; 
  960. Source: "{app}\worlds\recycling.wbt"; DestDir: "{app}\worlds"; 
  961. Source: "{app}\worlds\robotheatre.wbt"; DestDir: "{app}\worlds"; 
  962. Source: "{app}\worlds\scout2.wbt"; DestDir: "{app}\worlds"; 
  963. Source: "{app}\worlds\tcpip.wbt"; DestDir: "{app}\worlds"; 
  964. Source: "{app}\worlds\tomoko.wbt"; DestDir: "{app}\worlds"; 
  965. Source: "{app}\worlds\yoji.wbt"; DestDir: "{app}\worlds"; 
  966. Source: "{app}\worlds\alife\ALife0.png"; DestDir: "{app}\worlds\alife"; 
  967. Source: "{app}\worlds\alife\ALife1.png"; DestDir: "{app}\worlds\alife"; 
  968. Source: "{app}\worlds\ground_color\line.png"; DestDir: "{app}\worlds\ground_color"; 
  969. Source: "{app}\worlds\khepera_k213\strips.png"; DestDir: "{app}\worlds\khepera_k213"; 
  970. Source: "{app}\worlds\kiki\kiki.png"; DestDir: "{app}\worlds\kiki"; 
  971. Source: "{app}\worlds\mindstorms\mindstorms.jpg"; DestDir: "{app}\worlds\mindstorms"; 
  972. Source: "{app}\worlds\princess\BigHouse.jpg"; DestDir: "{app}\worlds\princess"; 
  973. Source: "{app}\worlds\princess\BigHouseWall.jpg"; DestDir: "{app}\worlds\princess"; 
  974. Source: "{app}\worlds\princess\BodyTex.jpg"; DestDir: "{app}\worlds\princess"; 
  975. Source: "{app}\worlds\princess\Foin.jpg"; DestDir: "{app}\worlds\princess"; 
  976. Source: "{app}\worlds\princess\Fontaine.jpg"; DestDir: "{app}\worlds\princess"; 
  977. Source: "{app}\worlds\princess\HDoor.jpg"; DestDir: "{app}\worlds\princess"; 
  978. Source: "{app}\worlds\princess\HeadTex.jpg"; DestDir: "{app}\worlds\princess"; 
  979. Source: "{app}\worlds\princess\Maison1.jpg"; DestDir: "{app}\worlds\princess"; 
  980. Source: "{app}\worlds\princess\Maison2.jpg"; DestDir: "{app}\worlds\princess"; 
  981. Source: "{app}\worlds\princess\Maison3.jpg"; DestDir: "{app}\worlds\princess"; 
  982. Source: "{app}\worlds\princess\Maison4.jpg"; DestDir: "{app}\worlds\princess"; 
  983. Source: "{app}\worlds\princess\MurTours2.jpg"; DestDir: "{app}\worlds\princess"; 
  984. Source: "{app}\worlds\princess\PrincesseFinal1.jpg"; DestDir: "{app}\worlds\princess"; 
  985. Source: "{app}\worlds\princess\PrincesseFinal2.jpg"; DestDir: "{app}\worlds\princess"; 
  986. Source: "{app}\worlds\princess\SolGazon.jpg"; DestDir: "{app}\worlds\princess"; 
  987. Source: "{app}\worlds\princess\SolPaves.jpg"; DestDir: "{app}\worlds\princess"; 
  988. Source: "{app}\worlds\princess\TextWheels.jpg"; DestDir: "{app}\worlds\princess"; 
  989. Source: "{app}\worlds\princess\Tiara.jpg"; DestDir: "{app}\worlds\princess"; 
  990. Source: "{app}\worlds\princess\TourToit.jpg"; DestDir: "{app}\worlds\princess"; 
  991. Source: "{app}\worlds\rabbitosan\rabbitosan.jpg"; DestDir: "{app}\worlds\rabbitosan"; 
  992. Source: "{app}\worlds\recycling\cocacola.png"; DestDir: "{app}\worlds\recycling"; 
  993. Source: "{app}\worlds\tomoko\tomoko.jpg"; DestDir: "{app}\worlds\tomoko"; 
  994. Source: "{app}\worlds\yoji\yoji.jpg"; DestDir: "{app}\worlds\yoji"; 
  995. [Dirs]
  996. Name: "{app}\controllers"; 
  997. Name: "{app}\controllers\alice"; 
  998. Name: "{app}\controllers\alife"; 
  999. Name: "{app}\controllers\alife_playback"; 
  1000. Name: "{app}\controllers\ALife0"; 
  1001. Name: "{app}\controllers\ALife1"; 
  1002. Name: "{app}\controllers\animator"; 
  1003. Name: "{app}\controllers\battery"; 
  1004. Name: "{app}\controllers\binocular"; 
  1005. Name: "{app}\controllers\braiten"; 
  1006. Name: "{app}\controllers\bumper"; 
  1007. Name: "{app}\controllers\camera"; 
  1008. Name: "{app}\controllers\cplusplus"; 
  1009. Name: "{app}\controllers\custom_robot"; 
  1010. Name: "{app}\controllers\emitter"; 
  1011. Name: "{app}\controllers\gps"; 
  1012. Name: "{app}\controllers\gps_supervisor"; 
  1013. Name: "{app}\controllers\gripper"; 
  1014. Name: "{app}\controllers\ground_color"; 
  1015. Name: "{app}\controllers\khepera"; 
  1016. Name: "{app}\controllers\khepera_k213"; 
  1017. Name: "{app}\controllers\koala"; 
  1018. Name: "{app}\controllers\magellan"; 
  1019. Name: "{app}\controllers\minotaur"; 
  1020. Name: "{app}\controllers\photographer"; 
  1021. Name: "{app}\controllers\phototaxy"; 
  1022. Name: "{app}\controllers\pioneer2"; 
  1023. Name: "{app}\controllers\receiver"; 
  1024. Name: "{app}\controllers\recycling"; 
  1025. Name: "{app}\controllers\recycling_supervisor"; 
  1026. Name: "{app}\controllers\scout2"; 
  1027. Name: "{app}\controllers\simple"; 
  1028. Name: "{app}\controllers\supervisor"; 
  1029. Name: "{app}\controllers\tcpip"; 
  1030. Name: "{app}\controllers\void"; 
  1031. Name: "{app}\controllers\webcam"; 
  1032. Name: "{app}\doc\"; 
  1033. Name: "{app}\doc\guide"; 
  1034. Name: "{app}\doc\guide\png"; 
  1035. Name: "{app}\doc\guide\pdf"; 
  1036. Name: "{app}\doc\reference"; 
  1037. Name: "{app}\doc\reference\png"; 
  1038. Name: "{app}\include"; 
  1039. Name: "{app}\include\devices"; 
  1040. Name: "{app}\include\transfer"; 
  1041. Name: "{app}\lib"; 
  1042. Name: "{app}\objects"; 
  1043. Name: "{app}\resources"; 
  1044. Name: "{app}\resources\images"; 
  1045. Name: "{app}\resources\nodes"; 
  1046. Name: "{app}\transfer"; 
  1047. Name: "{app}\windows"; 
  1048. Name: "{app}\windows\bin"; 
  1049. Name: "{app}\windows\etc"; 
  1050. Name: "{app}\windows\etc\gtk-2.0"; 
  1051. Name: "{app}\windows\etc\pango"; 
  1052. Name: "{app}\windows\include\atk-1.0"; 
  1053. Name: "{app}\windows\include\atk-1.0\atk"; 
  1054. Name: "{app}\windows\include\glib-2.0"; 
  1055. Name: "{app}\windows\include\glib-2.0\glib"; 
  1056. Name: "{app}\windows\include\glib-2.0\gobject"; 
  1057. Name: "{app}\windows\include\gnet-1.1"; 
  1058. Name: "{app}\windows\include\gnet-1.1\gnet"; 
  1059. Name: "{app}\windows\include\gtk-2.0"; 
  1060. Name: "{app}\windows\include\gtk-2.0\gdk"; 
  1061. Name: "{app}\windows\include\gtk-2.0\gdk-pixbuf"; 
  1062. Name: "{app}\windows\include\gtk-2.0\gtk"; 
  1063. Name: "{app}\windows\include\gtkgl-2.0"; 
  1064. Name: "{app}\windows\include\gtkgl-2.0\gtkgl"; 
  1065. Name: "{app}\windows\include\pango-1.0"; 
  1066. Name: "{app}\windows\include\pango-1.0\pango"; 
  1067. Name: "{app}\windows\include\SDL"; 
  1068. Name: "{app}\windows\include\SOLID"; 
  1069. Name: "{app}\windows\lib"; 
  1070. Name: "{app}\windows\lib\glib-2.0"; 
  1071. Name: "{app}\windows\lib\glib-2.0\include"; 
  1072. Name: "{app}\windows\lib\gtk-2.0"; 
  1073. Name: "{app}\windows\lib\gtk-2.0\2.0.0"; 
  1074. Name: "{app}\windows\lib\gtk-2.0\2.0.0\loaders"; 
  1075. Name: "{app}\windows\lib\gtk-2.0\include"; 
  1076. Name: "{app}\windows\lib\locale"; 
  1077. Name: "{app}\windows\lib\pango"; 
  1078. Name: "{app}\windows\lib\pango\1.0.0"; 
  1079. Name: "{app}\windows\lib\pango\1.0.0\modules"; 
  1080. Name: "{app}\windows\lib\pkgconfig"; 
  1081. Name: "{app}\windows\share"; 
  1082. Name: "{app}\windows\share\aclocal"; 
  1083. Name: "{app}\windows\share\glib-2.0"; 
  1084. Name: "{app}\windows\share\glib-2.0\gettext"; 
  1085. Name: "{app}\windows\share\glib-2.0\gettext\po"; 
  1086. Name: "{app}\windows\share\themes"; 
  1087. Name: "{app}\windows\share\themes\Default"; 
  1088. Name: "{app}\windows\share\themes\Default\gtk-2.0"; 
  1089. Name: "{app}\windows\share\themes\Default\gtk-2.0-key"; 
  1090. Name: "{app}\windows\share\themes\Emacs"; 
  1091. Name: "{app}\windows\share\themes\Emacs\gtk-2.0-key"; 
  1092. Name: "{app}\worlds"; 
  1093. Name: "{app}\worlds\alife"; 
  1094. Name: "{app}\worlds\ground_color"; 
  1095. Name: "{app}\worlds\khepera_k213"; 
  1096. Name: "{app}\worlds\kiki"; 
  1097. Name: "{app}\worlds\mindstorms"; 
  1098. Name: "{app}\worlds\princess"; 
  1099. Name: "{app}\worlds\rabbitosan"; 
  1100. Name: "{app}\worlds\recycling"; 
  1101. Name: "{app}\worlds\tomoko"; 
  1102. Name: "{app}\worlds\yoji"; 
  1103. [Registry]
  1104. Root: HKCR; Subkey: ".wbt"; ValueType: String; ValueData: "webotsfile"; Flags: uninsdeletekey 
  1105. Root: HKCR; Subkey: ".wbt"; ValueName: "Content Type"; ValueType: String; ValueData: "application/webotsfile"; Flags: uninsdeletekey 
  1106. Root: HKCR; Subkey: "webotsfile\DefaultIcon"; ValueType: String; ValueData: "{app}\webots.exe,1"; Flags: uninsdeletekey 
  1107. Root: HKCR; Subkey: "webotsfile\shell\open\command"; ValueType: String; ValueData: """{app}\webots.exe"" ""%1"""; Flags: uninsdeletekey 
  1108. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\webots.exe"; ValueType: String; ValueData: "{app}\webots.exe"; Flags: uninsdeletekey 
  1109. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\webots.exe"; ValueName: "Path"; ValueType: String; ValueData: "{app}\windows\lib;{app}\lib"; 
  1110. Root: HKCU; Subkey: "Software\Cyberbotics"; Flags: uninsdeletekey 
  1111. [Run]
  1112. Filename: "{app}\doc\index.html"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  1113. [Icons]
  1114. Name: "{group}\Webots 3.2.9"; Filename: "{app}\Webots.exe"; WorkingDir: "{app}"; 
  1115. Name: "{userdesktop}\Webots 3.2.9"; Filename: "{app}\Webots.exe"; WorkingDir: "{app}"; Comment: "Mobile robot simulator"; 
  1116.